Where is settings.txt for PXE on OES Linux

Hello,
I am trying setup automated imaging using PXE. I can boot the
workstations with PXE fine but it says server 0.0.0.0 is not found. I
think I need to specify the default server like i do in the settings.txt
file on teh boot CD. but I can't find that file for PXE on the server.
Anyone know where to look?
Thanks,
Aaron

On Wed, 18 Jun 2008 14:44:27 +0000, Kurt Finlayson wrote:
> Aaron Z wrote:
>> Hello,
>> I am trying setup automated imaging using PXE. I can boot the
>> workstations with PXE fine but it says server 0.0.0.0 is not found. I
>> think I need to specify the default server like i do in the
>> settings.txt file on teh boot CD. but I can't find that file for PXE
>> on the server. Anyone know where to look?
>>
>> Thanks,
>>
>> Aaron
>
> PXE usually does not use that, but the file is found in /srv/tftp/boot
Thats was it! its working now. thanks.
Aaron

Similar Messages

  • PXE on OES Linux SP2

    Trying to get PXE to respond to a client on OES Linux SP2.
    Novell-pxydhcp, novell-tftp, and novell-zmgprebootpolicy are all
    running. UDP ports 67, 69, 111, 4011, and 18753 are listed in
    FW_SERVICES_EXT_UDP (and INT_UDP). Firewall has been restarted.
    Workstation does not get PXE connection. Previously, this machine did
    get a connection to a Netware server running PXE.
    Any thoughts on what we're missing?
    Thanks.
    Lyle

    On Tue, 12 Jun 2007 18:07:06 GMT, [email protected] wrote:
    > DHCP is on a Netware server on same network segment.
    did you configure option 60 on this dhcp server? if yes remove it
    Marcus Breiden
    If you are asked to email me information please change -- to - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.edu-magic.net

  • Where are settings saved for WCF Service Applications?

    Default Settings for a WCF Service Application are stored in the web.config file and are Read Only because only Application settings are allowed i.e. you cannot change the Scope from "Application" to "User" in the settings designer like
    with other components.  So, in order to save changes to settings the WCF Service Application will need to create a setting property at runtime like this:
    System.Configuration.SettingsProperty newProperty;
    newProperty = new System.Configuration.SettingsProperty("NewSetting");
    newProperty.IsReadOnly = false;
    newProperty.DefaultValue = "New Setting";
    Properties.Settings.Default.Properties.Add(newProperty);
    Properties.Settings.Default.Save();
    OK...this works, but I've looked everywhere and I can't find where the new setting property is being saved.  I have already looked in the C:\Users\[username]\AppData\[Local or Roaming]\[Company Name]\[AppName...etc.]\[version]\user.config and although
    a user.config file was created it does not contain the new property.  Anyone have a clue?
    Actually, this doesn't work...the settings are not saved to the file system.  I located some other posts and modified my code as follows, but the settings are still not saved to the file system.
    System.Configuration.SettingsProperty newProperty;
    newProperty = new System.Configuration.SettingsProperty("NewSetting");
    newProperty.Provider = Properties.Settings.Default.Providers["LocalFileSettingsProvider"];
    newProperty.Attributes.Add(typeof(System.Configuration.UserScopedSettingAttribute), new System.Configuration.UserScopedSettingAttribute());
    newProperty.PropertyType = typeof(string);
    newProperty.IsReadOnly = false;
    newProperty.DefaultValue = "New Setting";
    try
    Properties.Settings.Default.Properties.Add(newProperty);
    catch
    //Just ignore it for now.
    Properties.Settings.Default.Save();
    The new setting appears to be saved only in memory.  If I close Visual Studio then the setting is lost.  Also, I deleted the C:\Users\[username]\AppData\[Local or Roaming]\[Company Name]\[AppName...etc.]\[version]\user.config files and the file
    is no longer being created.
    Looks like I will need to explicitly load/save a text file or use the registry to persist changes to settings.

    Hello Steven,
    >>The new setting appears to be saved only in memory. 
    It seems that the Save() method only saves these runtime added in memory, I suggest you could check the Save method source code since now the .NET is source opened:http://referencesource.microsoft.com/#System/sys/system/configuration/ApplicationSettingsBase.cs,9664b0111a35af52
    >>Looks like I will need to explicitly load/save a text file or use the registry to persist changes to settings.
    Someone provides an implementation about this approach, you could check it:
    http://stackoverflow.com/a/1075318
    Or you could set it in a register entry:
    http://stackoverflow.com/a/26518724
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Where is settings.json for the transmission-cli package?

    I installed transmission-cli earlier today, I've spent a while trying to work out where settings.json is (via google and trawling my mounts), but have been unable to locate it.
    People seem to say that the user configuration file is at ~/.config/transmission-daemon/settings.json, and the global configuration file is at /etc/transmission-daemon/settings.json, but neither of these exist on my system. I did notice that /etc/conf.d/transmissiond has a commented out line regarding it, but I can't find the default file to copy over and modify in any case.
    Any ideas?

    Have you started transmissiond yet? IIRC, doing so will create the files in ~/.config, at which point you can stop the daemon, edit settings.json and start it up again.

  • Where are OCI headers for Oracle 10g XE Linux

    I installed both oracle-xe and oracle-xe-client on ubuntu 6.06 linux via apt-get.
    It runs good. However, I can not find the oci header files needed for building programs in C.
    Where can I find these header files?

    I answered in the XE forum. Please don't duplicate threads ;)
    oci header files for XE on Ubuntu Linux

  • Where is the guide for Apache2/php5/10g/Linux install?

    http://www.oracle.com/technology/tech/opensource/php/apache/inst_php_apache_linux.html
    is now sadly outdated considering that the stable releases on all products are now:
    Apache -> 2.0.52
    Php -> 5.0.2
    Oracle -> 10.1.0.3
    I am looking to run namely these software versions on a Linux (Fedora Core and/or Debian) system, but can't find any worthwhile documentation anywhere (oracle, google etc.).
    First of all I would like to know if it is even possible to run Apache 2.0.52/Php 5.0.2 with oracle-instantclient-basic-10.1.0.2?
    I know that with Oracle 9i you had to install the whole 300MB client install to get things to work easy, but that time has surely passed?(!)
    I am running oracle 10g on a seperate installment, and would like to connect to it with Apache 2 and Php 5. What is the best way to do this?
    I don't want to sound rude, and I do not expect a full installation guide, but if somebody could tell me how to do this I would appreciate it. The apache part is easy, the tricky part is the --with-oci8 php part combined with the instantclient (installed correctly and added in ld.so.conf).
    --with-oci8=/usr/lib/oracle/10.1.0.2/client/(lib) does not even remotly work. Whats the trick, if any?
    YS
    Anders Berg

    I have been working on this issues for a few days now. I was able to get Apache 2.0.52, PHP 5.0.2 and Oracle 10g Client(Administrator option) to work. Here's my compile
    export ORACLE_BASE=/opt/oracle
    export ORACLE_HOME=/opt/oracle/OraHome_1
    export ORACLE_SID=DBRAC
    export PATH=$PATH:$HOME/bin:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/usr/lib
    ./configure with-apxs2=/apache/bin/apxs with-oci8=$ORACLE_HOME --enable-sigchild
    However, when I compile using '--with-xsl' option (I isolated the problem with this option), I cannot get a database connection. There's no error with the compile. Can anyone help me? Thanks in advance
    Here's my actual command
    ./configure with-apxs2=/apache/bin/apxs with-oci8=$ORACLE_HOME enable-sigchild enable-track-vars enable-sockets enable-wddx with-curl with-mysql with-gd with-gettext with-ldap with-xsl enable-soap enable-discard-path --enable-exif                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Where are proxy settings stored for JRE 6

    Where are the http proxy settings stored for JRE 6? I am trying to figure out how to centrally manage these settings for a large number of computers. I have heard about the deployment.properties file, however changing this file is not changing my proxy settings.
    Thanks for you help.

    Hi All,
    Thanks for the info.  I think this is what I need, but I opened the Javascript console and pasted in the code and nothing happened.
    (Programming, javascript, etc are not my area of expertise. My core competency is writing/editing.)
    What else do I need to do to make the Console recognize and respond that line of code?

  • Where are the settings/preferences for firefox?

    I am trying to find the settings/preferences for firefox but I updated my firefox and now cannot find them.

    Why didn't I think of that ....    In any event,  I found the answer.  The issue lies within the "automatic proxy detection" selection.  If its selected and OSX cannot determine the proxy, this causes a cascading failure on upgrade websockets using ws:// protocol headers.  You need to uncheck the automation, and the manual HTTP and HTTPS proxy settings will be used for all protocol headers that originate from HTTP/S including the WS handshake upgrade and connection protocol.

  • Editing Settings.txt and ZISEDIT -r

    Hello,
    Is it possible for ZISEDIT directly from Settings.txt ? Also, being new
    to ZEN imaging, is Settings.txt the place to be starting from for
    managing imaging with scripts. Thank you for your assistance.
    LASWACK

    On Fri, 30 Mar 2007 11:48:15 GMT, LASWACK wrote:
    > We are imaging machines from a PXE boot, and would like to
    > clear/manipulate the Image Safe Data in the process, and then have the
    > workstation re-register. Ultimately, between Imaging, Image Scripting
    > and IPrint policies our ultimate goal is to be able to image large
    > numbers of desktops without having to touch the workstation. We are in
    > an K-12 environment, and are attempting to transition away from Ghost
    > and the post ghosting processing. Your assistance is much appreciated.
    just put the stuff into the imaging edir object if you want to automate it.
    the settings.txt is only really be used by bootcd.iso and the boot
    partition
    If you have already compiled drivers or have linux.2 please put them on
    http://forge.novell.com/modules/xfmo...ect/?zfdimgdrv
    Live BootCd and USB Disk from Mike Charles
    http://forge.novell.com/modules/xfmod/project/?imagingx
    eZie http://forge.novell.com/modules/xfmod/project/?ezie
    Marcus Breiden
    If you are asked to email me information please change -- to - in my e-mail
    address.
    The content of this mail is my private and personal opinion.
    http://www.edu-magic.net

  • Bootcamp - Seems there is no Support for Windows 8.1 once it is loaded. Just got off the Microsoft Help line and they refused to help me because I was running Win 8.1 in Bootcamp. Where do I go for help?

    Bootcamp - Seems there is no Support from Microsoft  for Windows 8.1, once it is loaded.
    I Just got off the Microsoft Technical Help line (Australia ph132058) and they refused to help me because I am running Win 8.1 in Bootcamp.
    I have the latest Mac Book Pro Retina with a 1TB Solid State Hard drive running Win 8.1, beautiful machine, but its slower than my old MBP running windows 7 on a standard Drive.
    The niggiling problem is that it seems to hang up for seven or 8 seconds on menial tasks........ like generating a new Folder or Note etc. Otherwise it runs reasonably well but not blindingly fast....
    I wasn't aware Microsoft refused to help win 8.1 users on the Mac Platform........ shouldn't this Information be made more public...! Seems they are keen to drive potential Windows users away!!
    Any suggestions on where I should go for help on this (Windows/Bootcamp in General) would be much appreciated ? ........ don't mind paying a reasonable price if the service is good......
    I guess the wheel has turned and Microsoft are having a go at Apple again...?
    Many thanks ....... Martin V

    Thanks Turbostar.
    I was thinking along the same lines. I installed Win 8.0 Pro and upgraded to 8.1 ........ probably a bad move.
    I have bought a new 8.1 Licence but cant risk doing a complete reinstall until I have a back up machine ready. (My old MBP is getting a new hard drive) ......... so will give that a go in about a weeks time when the back up is in place. Cant risk having nothing!
    When you say "Clean Install" ..... do you mean everything ..... as in Reformat the Bootcamp sector and start from scratch.?
    I have a 2 TB LaCie Thunderbolt drive with my back up data on ..... is there a way to make the Reinstall process and large amount of Data transfer easy?
    The reinstall is something I need to read up on. I was hoping the solution might be some kind of Tune up on the SSHD.
    Good to hear you have a number of MBP's that are flying, I would be disappointed if the final quality wasnt a bit better.
    ..... do you have any tips on screen Res on the Retina ..... I am running Windows at 125% Zoom, but the Bluetooth, power, wireless, Date Icons etc are all still tiny ...... could really do with an alternative to the old "Advanced Appearance Settings"
    cheers ..... Martin V

  • Where is "Reserve space for disk use" in iTunes? Docs are out of date

    Hello,
    Where did "Resereve space for disk use" go in iTunes? I can't find it any more.
    This is major problem because if I want to auto-fill my phone (I don't have time to constantly set up playlists) I then get constantly get errors that my phone is full and that I can't take photos. This is really frustrating.
    If I got to iTunes Help, the documentation is wrong and out of date. I have iTunes 11.1.5 and if I go to Help -> iTunes Help and look at this section, it's completely wrong. See attached screenshot.
    The whole iTunes UX has become a confusing mess, I hope you're looking for a new product manager for it.
    Thank you,
    Geoff

    I am having the same issue. It even tells you that you can reserve space on your phone in the iTunes help, but I can not figure out how to open the Autofill Settings window in iTunes. Here is what it says in help of iTunes 12.0.1.26:
    Autofill settings
    You can use Autofill to add songs to your iPod, iPhone, or iPad with a single click. You can set Autofill to select songs at random, or you can customize your settings.
    You can select these options in the Autofill Settings window:
    Other options are available at the bottom of the iTunes window when you're viewing music on your device:

  • Issue getting WDS to Install for PXE in SCCM 2012 SP1 Primary Site

    Hi All
    I'm trying to get PXE boot working from our SCCM 2012 box but it never actually gets to the point of installing WDS when I check the box for PXE booting. I don't have  SMSPXE.log since it never gets to that point and the distmgr.log  never reaches
    that point either. I've tried
    uncheck pxe boot option - restart - re-check
    uncheck pxe-boot - restart - install wds - leave it unconfigured - reboot - check pxe boot
    uncheck pxe-boot - uninstall the vcredist 2008 packages - rebooting - install vcredist - check pxe boot option
    the above with installing wds unconfigured
    Below is the relevant portions of the distmgr.log file after I enable the pxe boot option no matter what manner of software is installed. We are running it on a VM in a Hyper-V 2012 enviornment in Windows 2008 SP2 x64. This issue is similar to this link
    WDS PXE Secondary Site Issues but mine is on the Primary Site.
    ConfigureDP SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:09 AM 4008 (0x0FA8)
    DP registry settings have been successfully updated on TUSC2012.TALISKERUTAH.LOCAL SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:10 AM 4008 (0x0FA8)
    STATMSG: ID=9500 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=TUSC2012.TALISKERUTAH.LOCAL SITE=001 PID=2728 TID=4008 GMTDATE=Thu Mar 28 17:48:10.083 2013 ISTR0="["Display=\\TUSC2012.TALISKERUTAH.LOCAL\"]MSWNET:["SMS_SITE=001"]\\TUSC2012.TALISKERUTAH.LOCAL\" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=404 AVAL0="["Display=\\TUSC2012.TALISKERUTAH.LOCAL\"]MSWNET:["SMS_SITE=001"]\\TUSC2012.TALISKERUTAH.LOCAL\" SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:10 AM 4008 (0x0FA8)
    STATMSG: ID=9503 SEV=I LEV=M SOURCE="SMS Server" COMP="SMS_DISTRIBUTION_MANAGER" SYS=TUSC2012.TALISKERUTAH.LOCAL SITE=001 PID=2728 TID=4008 GMTDATE=Thu Mar 28 17:48:10.084 2013 ISTR0="["Display=\\TUSC2012.TALISKERUTAH.LOCAL\"]MSWNET:["SMS_SITE=001"]\\TUSC2012.TALISKERUTAH.LOCAL\" ISTR1="" ISTR2="" ISTR3="" ISTR4="" ISTR5="" ISTR6="" ISTR7="" ISTR8="" ISTR9="" NUMATTRS=1 AID0=404 AVAL0="["Display=\\TUSC2012.TALISKERUTAH.LOCAL\"]MSWNET:["SMS_SITE=001"]\\TUSC2012.TALISKERUTAH.LOCAL\" SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:10 AM 4008 (0x0FA8)
    ConfigurePXE SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:10 AM 4008 (0x0FA8)
    CcmInstallPXE SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:10 AM 4008 (0x0FA8)
    RegQueryValueExW failed for Software\Microsoft\SMS\DP, PxeInstalled SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:10 AM 4008 (0x0FA8)
    RegReadDWord failed; 0x80070002 SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:10 AM 4008 (0x0FA8)
    Running: C:\Program Files\Microsoft Configuration Manager\bin\x64\vcredist_x64.exe /q /l C:\Program Files\Microsoft Configuration Manager\bin\x64\vcredist.log SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:10 AM 4008 (0x0FA8)
    Waiting for the completion of: C:\Program Files\Microsoft Configuration Manager\bin\x64\vcredist_x64.exe /q /l C:\Program Files\Microsoft Configuration Manager\bin\x64\vcredist.log SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:10 AM 4008 (0x0FA8)
    Run completed for: C:\Program Files\Microsoft Configuration Manager\bin\x64\vcredist_x64.exe /q /l C:\Program Files\Microsoft Configuration Manager\bin\x64\vcredist.log SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:14 AM 4008 (0x0FA8)
    Created the DP mutex key for WDS. SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:14 AM 4008 (0x0FA8)
    Finding Wimgapi.Dll SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:14 AM 4008 (0x0FA8)
    MsiEnumRelatedProducts failed SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:14 AM 4008 (0x0FA8)
    FindProduct failed; 0x80070103 SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:14 AM 4008 (0x0FA8)
    MsiEnumRelatedProducts failed SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:14 AM 4008 (0x0FA8)
    FindProduct failed; 0x80070103 SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:14 AM 4008 (0x0FA8)
    GetFileAttributesW failed for SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:14 AM 4008 (0x0FA8)
    FindWimgapiDll failed; 0x80070002 SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:14 AM 4008 (0x0FA8)
    Running: msiexec.exe /quiet /i c:\program files\microsoft configuration manager\wim\wimgapi.msi /log c:\program files\microsoft configuration manager\wim\wimgapi.log SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:14 AM 4008 (0x0FA8)
    Waiting for the completion of: msiexec.exe /quiet /i c:\program files\microsoft configuration manager\wim\wimgapi.msi /log c:\program files\microsoft configuration manager\wim\wimgapi.log SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:14 AM 4008 (0x0FA8)
    Sleep 30 minutes... SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:29 AM 4668 (0x123C)
    Created policy provider trigger for ID 16777217 SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:29 AM 4656 (0x1230)
    Sleep 30 minutes... SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:34 AM 4668 (0x123C)
    Sleep 30 minutes... SMS_DISTRIBUTION_MANAGER 3/28/2013 11:48:39 AM 4668 (0x123C)

    HI again, sorry for the late reply.
    By saying that WDS don't get configured, I mean that when i enabled the PXE functionality, the WDS role got installed but the folder remote install wasn't created.
    I ahve now actually gone back to an earlier snapshot from before I started play with the PXE settings of the VM and now nothing happens when activating PXE on the distribution point, but not even the smspxe.log is created.
    The Account used is a local admin and the distribution point is located on the primary site server.
    EDIT: in the events log, it states the following:SMS_SITE_COMPONENT_MANAGER on computer XXX.XXXX.XXX reported: SIte comoponent Manger failed to to install on this site system.
    On error (source: MsiInstaller) below:
    Product Application Web Service -- Internal Error 25001. 80070490
    I havent mentioned it earlier, but the Server OS is Server 2012.
    I hope this might help you help me :)
     

  • Where is security configuration for deployed web application stored

    Hi,
    We have deployed a folder as a web application. The changes I am making in Deployments -> web application -> Security -> URL Pattern -> Roles -> Edit a Stand-Alone Web Application URL Pattern Scoped Role is not saved and it is getting lost when I restart the application.
    For example I have added "AppTesters" group in "valid-users" url-pattern.
    Can anybody help me where these settings are stored and why it is not getting saved across application restarts.
    Thanks,
    Sambath.

    How are you restarting your weblogic Admin Server?
    This is only possible if some how while your Admin Server is restarted, the ldap directory that is present int the %DOMAIN_HOME%/your_domain/servers/AdminServer/data directory is deleted or updated with the previous values.
    This may give you some idea how to proceed with this issue.
    Thanks,
    Sandeep

  • LSO Personalize search using settings - where are settings saved?

    Hi,
    One of our users have lost his settings link that you can see after having done a course search in LSO. I think he lost it because he ticked "Include Settings in Search" in the settings / personalization dialog.
    I now need to find the backend table where theese settings are stored for the individual user but I'm having some trouble locating it. Can anyone help?
    Br Jan

    I found the table myself - it is called lsotptadds_c
    Unfortunately it has no maintenance view

  • Default user settings template for new IDs

    Hello,
    I would like to set the default language in the User Master record (SU3 / SU01) to 'EN' for new IDs.  It is currently blank when a new user is created.   Where are the User default settings defined for Language?
    Thank you,
    Rob

    >
    Rob Butcher wrote:
    > Hello,
    > I would like to set the default language in the User Master record (SU3 / SU01) to 'EN' for new IDs.  It is currently blank when a new user is created.   Where are the User default settings defined for Language?
    > Thank you,
    > Rob
    We did it in one of our system by creating a transaction variant that defaults to EN. We had a issue with MM/DD/YYYY though even with the transaction variant.
    Actually there is a paramter zcsa/moddatfm ( Parameter for Default date format when creating users with transactions SU01 ). By default its value is 1 for DD.MM.YYYY and it has to be changed to 2 for MM/DD/YYYY.

Maybe you are looking for