Troubleshooting Netbackup Linux & Solaris Clients

| 0 Comments | 0 TrackBacks
 nbu-client # /usr/openv/netbackup/bin : ./bpclntcmd -self current domain = sub.domain.com NIS does not seem to be running: (10) can't communicate with ypbind gethostname() returned: nbu-client host nbu-client: nbu-client at 192.168.1.10 (0x966c04d8) checkhname: aliases: or getent hosts `hostname` nbu-client # /usr/openv/netbackup/bin : ./bpclntcmd -server nbu-master-server host nbu-master-server: nbu-master-server at 10.0.0.10 (0x966c0438) checkhname: aliases: 

No TrackBacks

TrackBack URL: http://baldwinsung.com/cgi-bin/mt-tb.cgi/71

Leave a comment

Recent Entries

Oracle Table & User Permissions
Example of Oracle Table & User Permissions: CREATE TABLESPACE MYDATABASE_ts DATAFILE '/db/MYDATABASE/MYDATAVASE.dbf' SIZE 10M AUTOEXTEND ON NEXT 10M DEFAULT STORAGE…
Configuring NTP on Linux CentOS & RHEL
yum install ntp -y mv /etc/ntp.conf /etc/ntp.conf.orig cat > /etc/ntp.conf << EOF restrict default kod nomodify notrap nopeer noquery…
Sun Disk Mirroring using Software RAID DiskSuite/ODS/Volume Manager
Duplicate Disk Layout prtvtoc /dev/rdsk/c1t0d0s2 | fmthard -s - /dev/rdsk/c1t1d0s2 Configure replicas on both disks metadb -afc 3 c1t0d0s7…