Make_recovery HP-UX 10.20


 
Thread Tools Search this Thread
Operating Systems HP-UX Make_recovery HP-UX 10.20
# 22  
Old 03-13-2013
Hi, yes, it is a rack mounted system. The board connects directly yo the scsi which is mounted on the rack above. Used for process control calculations.

So...I've used
Code:
# umount /var

but it returns the error
Code:
Device busy

I've checked
Code:
ps -ef

but there are no processes running applications on /var
Is there any other way to unmount /var? Or is there a better way for me to use the command?

Last edited by Newnix; 03-13-2013 at 09:24 AM..
# 23  
Old 03-13-2013
Sorry for the delay.. am very busy at the moment...
Now:
You must be in Single user first...
Then depending how you got there : init s will not give the same result as booting in single user, for many process started at boot time are still running like syslog etc that use /var ( /var/adm... )
So either you boot into single user with nothing mounted and you mount what is needed or you dont pay attention what is still running stopping you to umount in which case the following command will kill whatever:
Code:
 fuser -cku /var

Now umount should work...
Be user you are not one of the culprits in which case you will be thrown out...
This User Gave Thanks to vbe For This Post:
# 24  
Old 04-12-2013
Hi,

Thanks a mil for all the help, the project was put on hold, and I will try again once it's back online.

In the meanwhile, I've loaded a new box on unix(HP-UX 10.20). I've used the my backup to restore it. However, a third party product, called SMOC, doesn't start up, and complains that the scheduler (smocsched) needs to be running.

Unfortunately, I don't know the command to start this, please help.
My attempt below:

Code:
 
# cd users/axm
# ls
.Autost         .exrc           runsmoc         smocsched.lock
.cshrc          .login          smoc_sched.mbx  startsched
.environ        .profile        smocsched
# smocsched
sh: smocsched:  not found.
# run smocsched
sh: run:  not found.
# start smocsched
sh: start:  not found.
#

# 25  
Old 04-12-2013
try ./smocsched
Can you type ll to see what perms we have here?

If this product has to start at boot time, if done correctly, you should have in /sbin/init.d a file to execute in a rc level ( most probable would be in /sbin/rc3.d )
# 26  
Old 04-12-2013
I just seen you have also a startsched file, if its executable, give it a try:
Code:
./startsched &

# 27  
Old 04-16-2013
Ok cool, will give it a try
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. HP-UX

Make_Recovery Question Urgent Plse Respond

I have a make_recovery tape, if I restore the VG00 volume group using this, will my other volume groups still be ok after the restore(I have 7 data volume groups) I used make_recovery -A to create the tape I have a HP9000 HP-UX 11 An internal disk is failing, the other volume groups are on... (3 Replies)
Discussion started by: rees_a
3 Replies

2. HP-UX

Problems restoring Ignite make_recovery DAT backups

Can anyone help with an HP Ignite problem please !! We currently have 2 servers running HP-UX B.11.00 connected together and using a high availability cluster (serviceguard) running one package. Each of the servers have 2 mirrored local disks. (also installed HP OpenviewDM B.05.03, Oracle 8.0.5,... (7 Replies)
Discussion started by: clivethegadget
7 Replies

3. HP-UX

HPUX make_recovery

I'm attempting to do a make_recovery on my HPUX box. My question revolves around the number of device files I have for my tape drive and what each one is intending for and which I should use. Some examples of my devices include 1m, 1mb, 1mnb, 2m, 2mb, 2mn, 2mnb, C1t0d0best, C1t0d0dds, &... (4 Replies)
Discussion started by: gonzotonka
4 Replies

4. UNIX for Dummies Questions & Answers

aix mksysb , hpux make_recovery sun?

hi, for aix and hpux, we have both mksysb and make_recovery for restoring to the former state after it was crashed. is there any equivalent to sun? any pointers will be appreciated. thanks (8 Replies)
Discussion started by: yls177
8 Replies
Login or Register to Ask a Question