Hi, Mary, I saw you already boot the sparc AI client. Can you share me how to get this done, including: - The environment: a sparc or x86 as AI server, which client you are using T1000 or T2000? - Are you using SUNWinstalladm-tools on sparc or x86, where you get it? from slim_source? - where is sparc iso image? like ai-dec5.iso?
I need to setup the env to dev sparc test case? Great Thanks -- Jeffrey bugzilla-daemon at defect.opensolaris.org ??: > http://defect.opensolaris.org/bz/show_bug.cgi?id=5821 > > > Mary Ding <mary.ding at sun.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |mary.ding at sun.com > > > > > --- Comment #2 from Mary Ding <mary.ding at sun.com> 2008-12-16 10:35:55 --- > This is the notes that I had in regards to miniroot after dcfs is integrated > for sparc, but it might also apply to microroot for sparc: > > If you want to modify the miniroot in place after the system boot, you can do > th > is: > > # mount -o remount,rw / > # > > That's because you can't write to a compressed file. You can remove > the file you want to replace and then write the new one in its place > after remounting root rw. > > So something like: > > mount -o remount,rw / > cp /usr/sadm/install/bin/pkginstall /usr/sadm/install/bin/pkginstall.exec > cp /usr/sadm/install/bin/pkgremove /usr/sadm/install/bin/pkgremove.exec > rm /usr/sadm/install/bin/pkginstall /usr/sadm/install/bin/pkgremove > cp /tmp/debug/pkginstall /usr/sadm/install/bin > > -- Great Thanks & Best Regards --- Jeffrey Huang SWAN: x51683, Ext: 0086-10-62673683 Solaris QE Group Email: jeffrey.huang at sun.com China Engineering & Research Institute, Sun Microsystems 7/F Chuang Xin Plaza, Tsinghua Science Park, Beijing China -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/caiman-discuss/attachments/20081217/ed659968/attachment.html>
