Archive

Archive for the ‘HP-UX Article’ Category

Backup using Tar Command

Following the example backup using tar command :

BACKUP_DATE=`date | sed -e “s/:/_/g” | sed -e “s/ /_/g”`

tar -cvf /logs/backup_WIRELESS2/backupWIRELESS2_$BACKUP_DATE.tar /apps/firsthop/ /logs/log

compress /logs/backup_WIRELESS2/*.tar

Categories: HP-UX Article, Sun Solaris

SCP Command

scp nama_file  dest_host:/dir_location/

Categories: HP-UX Article, Sun Solaris

Check Routing

- ifconfig -a

- netstat -rn

- traceroute ipAddress

Categories: HP-UX Article, Sun Solaris