Re: Recovering an AIX Server to a different server type.

2000-12-06 Thread Dan Jennings
What you want to do is called cloning, and is a common thing in AIX, BUT... SP's are a little tricky because they have no tape drive attached to the node itself with which to create a mksysb tape. I think the most direct way to do what you want is to mimic what the SP itself does "under the cove

Re: Include dsmadmc command in a Korn Script

2000-11-16 Thread Dan Jennings
We built a non-priveleged admin ID called BATCH, with password JOB, in the ADSM server, making sure that this admin ID was premised in the server such that it could query only. Using this ID in your script now mitigates some of the risk associated with advertising the name+password combo. HTH,

Re: MKSYSB's and Backupsets

2000-10-21 Thread Dan Jennings
The answer to your question is no, the image itself will not be bootable. Think about it. You are storing a system image in a filesystem that cannot be mounted until the OS is restored and running. It's a classic catch-22. NIM is the solution you are looking for. SP systems use NIM under the co

Re: 3570C error code 46

2000-10-14 Thread Dan Jennings
the dark at this point, but maybe that might help. Cheers, Dan Gyula Bereczky wrote: > > On Thu, Oct 12, 2000 at 08:12:40PM -0700, Dan Jennings wrote: > > I support a bunch of 3575 tape lib's on AIX servers > > and all of them always return an errno 46 when closing > >

Re: 3570C error code 46

2000-10-14 Thread Dan Jennings
I support a bunch of 3575 tape lib's on AIX servers and all of them always return an errno 46 when closing a drive device with tapeutil. Usually this has no relationship to readiness from a *SM point of view, though. Since it sounds like you are a veteran AIX'er, I guess I don't have to tell you

Re: Using Date and Time symbol Substitution in Scripts or Macros

2000-10-04 Thread Dan Jennings
In UNIX (AIX Korn shell used as an example...): Here's one way to get it done. You can use a shell script to evaluate the current date, then write out a file that contains the "generate" command with the date string embedded in it. This would probably have to get run from cron, and an example m

Re: 3575 Lib config 2+14 => 2+0

2000-08-03 Thread Dan Jennings
I did this too... fortunately it was before I had any data in the library. I had to delete and redefine the 3575 library device (/dev/smc0 in AIX) in order to make the problem go away. I don't think I had to delete the library or drives to ADSM, just remove the device and re-run cfgmgr. HTH, D