Hi, do I have to run the bootstrap.cgi on my server or from the dell server? I tried "wget -q -O - http://myserver/repo/hardware/latest/bootstrap.cgi | bash " and get these errors:
bash: line 3: import: command not found bash: line 4: import: command not found bash: line 5: import: command not found bash: line 6: import: command not found bash: line 8: sys.stderr: command not found bash: line 10: serverXref: command not found bash: line 11: geeko.linuxdev.us.dell.com:: command not found bash: line 12: syntax error near unexpected token `}' bash: line 12: ` }' If I look at the bootstrap.cgi on my webserver, I see a python script instead of a bash script like on the dell server. hardware/latest/bootstrap.cgi is linked to _tools/bootstrap.cgi I changed the symlink to _tools/bootstrap.sh and tried again, but all was downloaded from the dell server. wget -q -O - http://myserver/repo/dell/community/bootstrap.cgi |bash Downloading GPG key: http://linux.dell.com/repo/community/RPM-GPG-KEY-dell Key already exists in RPM, skipping Downloading GPG key: http://linux.dell.com/repo/community/RPM-GPG-KEY-libsmbios Key already exists in RPM, skipping Downloading GPG key: http://linux.dell.com/repo/community/mirrors.cgi?osname=el5&basearch=x86_64&redirpath=/repodata/repomd.xml.key Key already exists in RPM, skipping Write repository configuration Downloading repository RPM Installing repository rpm: http://linux.dell.com/repo/community/content/el5-x86_64/noarch/dell-community-repository-1-10.3.el5.noarch.rpm Done! Thanks! Nicole [email protected] schrieb: > Hi, > > Please re-run your rsync, as I just added yum-dellsysid which split from > smbios-utils-python recently. > > Make sure your apache config allows the proper overrides that are in the > .htaccess files of the repo. See: > http://linux.dell.com/wiki/index.php/Repository/FAQ > > On the client side, run the bootstrap command. For the dell server it is: > 'wget -q -O - http://linux.dell.com/repo/hardware/latest/bootstrap.cgi | > bash' If you navigate your web browser to your local mirror, the URL will > automatically be correct in the command. > > Thanks, > Jeff > > >> -----Original Message----- >> From: [email protected] >> [mailto:[email protected]] On Behalf >> Of Nicole Hähnel >> Sent: Monday, July 06, 2009 5:33 AM >> To: linux-poweredge-Lists >> Subject: Using local OMSA repository >> >> Hi, >> >> I created a local OMSA mirror with rsync -avrHt --delete >> rsync://linux.dell.com/repo. >> What steps are necessary for setup on the client side? >> How can I include the dellsysidplugin? >> >> Thanks! >> >> Nicole >> >> _______________________________________________ >> Linux-PowerEdge mailing list >> [email protected] >> https://lists.us.dell.com/mailman/listinfo/linux-poweredge >> Please read the FAQ at http://lists.us.dell.com/faq >> >> _______________________________________________ Linux-PowerEdge mailing list [email protected] https://lists.us.dell.com/mailman/listinfo/linux-poweredge Please read the FAQ at http://lists.us.dell.com/faq
