Showing posts with label commands. Show all posts
Showing posts with label commands. Show all posts

Wednesday, June 5, 2019

Netbackup Cheat Sheet

Master Server Daemons/Processes Request daemonbprd Schedulerbpsched (started with bprd) Netbackup database managerbpdbm (started with bpsched) Job Monitorbpjobd (started with bpdbm) Media Server Daemons/Processes Communications daemonbpcd Backup and restore managerbpbrm...

Thursday, February 7, 2019

Wednesday, December 12, 2018

Tuesday, December 11, 2018

Netbackup (CLI) Important Commands (Useful Commands) and Explanations

Being a NetBackup backup administrator we should know minimum commands to manage our regular tasks with a simple CLI commands, here I listed few which should know by every NetBackup administrator. Master Server 1) Check the license details/usr/openv/netbackup/bin/admincmd/get_license_key 2)...

Thursday, August 6, 2015

Monday, October 12, 2009

Command prompts for Windows

Command prompts for Windows Some of these command below can cause harmful an undesirable functions, leading to the formatting of your hard disk and data loss, while others will not run under Windows XP. As for Windows Vista the Run Tab is not visible in the start up menu. Windows...

Friday, August 21, 2009

Debug a Windows XP batch file and output the current date and time to a log file

The Windows 2003 Resource Kit comes with a batch file command, logtime, that lets you output the current time, date, and a custom text message to a log file. This is great for benchmarking batch files and commands in that you can output when such a command starts and completes.To run logtime, first download and install the Windows Server 2003 Resource Kit using the instructions...

XP: kill a Windows process from the command line with taskkill

The ability to perform tasks from a system’s command line allows those tasks to be used in batch files. This recipe describes several uses of taskkill to terminate Windows processes. If you know the name of a process to kill, for example notepad.exe, use the following command from a command prompt to end it: taskkill /IM notepad.exe This will cause the program to terminate gracefully,...

WindowsXP: Using the Command prompt to see and kill processes

If you are a WindowsXP user then you must be already familiar with the life-saving graphical tool called “Task Manager” on Windows. Whenever the PC starts hanging and the processes start eating up a lot of memory (Sadly most of the time its Firefox for me), we press the alt+ctr+del key to bring up the the “Task Manager” and try to kill the memory eating processes and the ones which...

Sunday, July 26, 2009

Assign Folder as a Drive

Had you heard about assigning a folder as a drive? Several user may need a daily used folder as a drive that appear in "my computer". Here it's the trick;Open up "command prompt" by typing "cmd" at run boxAt "command prompt", type; "subst [drive letter] [folder path address]". eg: "subst m: d:\userfolder"Hit enter and you can see [as an example a new drive: m:\ drive appear in...

Fixing Double-Click Problems In Your Drive

Cannot double-click your drive? My buddy : right here have a brief explanation about how to fix it using flash disinfector and CHKDSK. But here is my solution to fix it within the power of Command Prompt [CMD]Several things you must know first :1. When you double-click your drive, it can't be accessed and an alert pop-out : "cannot find file.js@file.exe@file.vbs@something similar".2....

Thursday, June 18, 2009

Wednesday, June 3, 2009

Multi Ping batch file script

If you want ping for multi ip address and know the status in log fileThis script will help you a lotcopy this all script in a notepadsave as ping.bat file on desktopAnd create a computers.txt text document in c:\ ( C drive)Here give required IP address in computers.txt fileLikeNow...

Thursday, May 21, 2009

Using NSlookup.exe Command Help From Microsoft

Nslookup.exe is a command-line administrative tool for testing and troubleshooting DNS servers. This tool is installed along with the TCP/IP protocol through Control Panel. This article includes several tips for using Nslookup.exe. To use Nslookup.exe, please note the following:...

NSLOOKUP Commnad Brief Info

Syntax: nslookup nslookup host-to-find nslookup serverinteractive mode: nslookup -server nslookup [-options] [host-to-find ]Options: host [server ] Look up information for host using the current default server or using server, if specified. If host is an Internet address and the query type is A or PTR , the name of the host is returned....

Help for Batch file configuration

On this page you'll find a shorthand list of common tasks in batch files, and the command(s) that can be used to perform those tasks. Notes: Many, if not most, of the commands listed here require Windows 2000 and later, some require Windows XP or later, some require Active Directory. Read more detailed information by following the links provided. ...

Using NSLOOKUP for DNS Server diagnosis

The DNS protocol has been around for decades and is a stable and reliable protocol. Even so, DNS does occasionally have problems. PING is a great tool for DNS server diagnosis, and I tend to use it quite frequently myself. However, sometimes PING just doesn’t give you enough information...

The NET command

The NET command is used to manage requesters (networked computers), servers and network resources (network drives, printers, etcetera).Most options of NET.EXE are also available in GUI style programs in Windows and OS/2, but for automating tasks nothing beats the command line interface of NET.EXE and its NT counterparts. I "grew up" with OS/2 LAN Server's command line.I automated...

Wednesday, May 20, 2009

Linux / Unix finger command

About finger Lists information about the user. Syntax finger [-b] [-f] [-h] [-i] [-l] [-m] [-p] [-q] [-s] [-w] [username] -b Suppress printing the user's home directory and shell in a long format printout. ...