Restored LDOM starts in June-2000


 
Thread Tools Search this Thread
Operating Systems Solaris Restored LDOM starts in June-2000
# 1  
Old 09-28-2013
Question Restored LDOM starts in June-2000

Hi Solaris Experts,

How to ensure restored LDOM start with correct date after power cycle?

When powered on, the primary came back with correct date (also correct in SP), then I restored the LDOMs
Code:
ldm create -i ldg1.xml
ldm bind ldg1
ldm start ldg1

but the date in ldg1 was June-2000 !
Code:
$ w;date -u
 11:23pm  up 1 min(s),  1 user,  load average: 1.43, 0.39, 0.14
User     tty           login@  idle   JCPU   PCPU  what
usr11    pts/1        11:23pm                      w
Tuesday, June  6, 2000 11:23:14 PM GMT

When restored, where does the LDOM set the date from?
How do I ensure the date is correct when restored?

If that's not feasible, how to ensure the LDOM starts in single-user mode?

This is on a T4-1 running Solaris 11.1, firmware, patch are current.

Thanks for your help.

ps: posted this on comp.unix.solaris too.

Last edited by ad101; 09-28-2013 at 07:50 PM..
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to write a shell script that starts one, then kills it, then starts another?

This is on a CentOS box, I have two scripts that need to run in order. I want to write a shell script that calls the first script, lets it run and then terminates it after a certain number of hours (that I specify of course), and then calls the second script (they can't run simultaneously) which... (3 Replies)
Discussion started by: btramer
3 Replies

2. Shell Programming and Scripting

Start copying large file while its still being restored from tape

Hello, I need to copy a 700GB tape-image file over a network. I want to start the copy process before the tape-image has finished being restored from the tape. The tape restore speed is about 78 Mbps and the file transfer speed over the network is about 45 Mbps I don't want to use a pipe, since... (7 Replies)
Discussion started by: swamik
7 Replies

3. AIX

Can a pax backup in AIX be restored into Linux?

Dear all experts, I would like to know if a pax command backup of AIX files can be restored into Linux environment run in Wintel server? Currently I have a Full database backup using "pax" command in AIX box(IBM pSeries), the new management decison of the new server is on Wintel server which is... (5 Replies)
Discussion started by: kwliew999
5 Replies

4. AIX

How to delete restored files?

I've just started with AIX interface (PASE) on iSeries system (AS/400). I've restored one bff file more than I need :). Is there any smart method to remove restored files. Maybe a smart script? (3 Replies)
Discussion started by: zukes
3 Replies
Login or Register to Ask a Question