SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-16-2008, 07:31 AM
 
Posts: n/a
Default mksysb, nim, zawartosc resource'a

Witam,
Mama mksysb zrobiony przez nim'a, i.. chcialbym zrobic
drugi (nastepnego dnia). Komenda uzyta do zrobienia
pierwszego mksysb wygladala:
nim -o define -t mksysb ... (z -o define),
no i nie daje jej sie uzyc drugi raz - komunikat mowi ze
resource already exists (nic dziwnego). Opcja -o update
nie dziala dla resource'a mksysb - no i pytanie:
- robiac mksysb przy uzyciu nim'a, i chcac miec mksysb
co dzin/co tydzien:
- jest jakas opcja komendy 'nim' ktora pozwala na
nadpisanie poprzedniego mksysb, czy tez moze
- trzeba zrobic skrypt ktory usunie poprzednio stworzony
mksysb resource i stworzy nowy?
pozdrawiam
t

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 01-16-2008, 07:31 AM
 
Posts: n/a
Default Re: mksysb, nim, zawartosc resource'a

Sorry, using polish by default.. see please below:

Got mksysb done using NIM; used nim -o define.. - and,
what is somehow expected, cannot use same command again,
to have fresh mksysb (resource already exists).
Question is how to do fresh mksysb using NIM, any advices?
So far I though may use some script to remove old resporce,
and create new one with mksysb every day, but looks little
bit artificial.. any other suggestions pelase?
Thanks you in advance and regards
t

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 01-16-2008, 07:31 AM
Hajo Ehlers
 
Posts: n/a
Default Re: mksysb, nim, zawartosc resource'a

On Jan 14, 2:17 pm, [email protected] wrote:
> Sorry, using polish by default.. see please below:
>
> Got mksysb done using NIM; used nim -o define.. - and,
> what is somehow expected, cannot use same command again,
> to have fresh mksysb (resource already exists).
> Question is how to do fresh mksysb using NIM, any advices?
> So far I though may use some script to remove old resporce,
> and create new one with mksysb every day, but looks little
> bit artificial.. any other suggestions pelase?
> Thanks you in advance and regards
> t


Its a mksysb resource ? Just replace the mksysb. In case you have
build a spot from the mksysb you should update/rebuild the spot.

The point is that a nim define operation defines an NIM object
referencing to a physical entity ( in this case to a mksysb ) .

hth
Hajo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 01-16-2008, 07:31 AM
Kuba
 
Posts: n/a
Default Re: mksysb, nim, zawartosc resource'a

Hi,

You can create mksysb object by host name + date of creation
(hostname_YYYYMMDDhhmmss) and remove the old one after successful
mksysb backup (-o remove). I was using it that way, not sure if NIM
will remove the mksysb files too or only object, got to check it.

Pozdrawiam :-)


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote