"Create Auto Server Setup File" no longer exists /doc outdated/

On http://manuals.info.apple.com/MANUALS/1000/MA1193/en_US/ServerAdmin_v10.6.pdf on 117 page - is written to use Server Admin , to create auto setup. These option not exists.
How to make settings for server with XML, then to edit it, and to then put it to USB drive during next similar instalations?

This is how it currently looks Murray
Thanks again...

Similar Messages

  • What are the reasons why Server Assistant won't detect Auto Server Setup ?

    Hi there,
    I've been having issues with Auto Server Setup mechanism (the mechanism that allows an administrator to install a machine without human user interaction). I actually have the answer to my post question but I post it anyway because it might help someone that stumbles on the same issue. Moreover, the answer raises other questions about licencing.
    I had the problem that I had created a NetInstall image that had a "/Auto Server Setup/generic.plist" file; this worked perfectly on the XServe I was testing it on : when I started the client in NetBoot mode, the client was installing without any human interaction, from the disk formatting to the login window... all this was pefectly good. Then I tried to install another machine by starting it in NetBoot mode : the machine installed the system and then waited for human interaction for the configuration step in Server Assistant, as is there was no "/Auto Server Setup/generic.plist" file....
    I finally managed to figure out what was wrong (not thanks to Apple, as I couldn't find any clue : no message from "Server Assistant", nothing useful in the logs I found just by luck in /Library/Logs/ServerAssistant.log) : my "/Auto Server Setup/generic.plist" was ignored because of the Mac OS X licence key. When I replaced the key in generic.plist with another key, it started working again. I know that the official documentation says to use site licences when using the generic.plist mechanism but at least an error message somewhere would have helped...
    So, it seems that "Server Assistant" talks to apple servers and refuses to use a licence key that is used somewhere else. These policies are perfectly fine, as long as it works and it is consistent, which I'm not convinced of :
    - first, we had success in the past in duplicating Mac OS X 10.5 system disk images (we have lots of xserves with valid licence keys but we found it easier to duplicate system disk images) on our xserves, and even if all xserves had the same osx server licence key, they worked fine (except that Server Admin doesn't like it). As a result, the licence verification policy is inconsistent as it depends on the way mac osX is installed...
    - second, I'm not sure this licence checking mechanism even works : I beleive that apple registers associations between a machine id and a licence key; then, how does apple guarantees that this association (therefore free the licence key) is removed when you format a system hard drive (there is no other way to uninstall Mac OSX, right ?) ?
    Does anyone knows how licence key registration works and more specifically how licence keys get freed for reuse on another machine ?

    Hi Stephen,
    To login, the internal server should be: https://boot.ciscojabbervideo.com/endpoint/configuration
    The external server and domain fields are blank.
    Your username only needs the prefix of your @jabber.com video address.  For example, if your video address is [email protected] then your username is "stephen."
    Unfortunately, there is only forum support for this free service.
    Regards,
    Jason

  • Help with creating a new XML file from an existing DOM tree!!

    i want to create a new XML file from an existing DOM tree
    i used this code to create a new document:
    static public Document createDocument(String fileName) throws ParserConfigurationException//,IOException,SAXException
              try {
                   DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
                   factory.setIgnoringComments(true);
                   factory.setIgnoringElementContentWhitespace(true);
                   factory.setValidating(true);
                   DocumentBuilder builder =factory.newDocumentBuilder();
                   return builder.newDocument();
    //          handle exception creating DocumentBuilder
              catch ( ParserConfigurationException parserError ) {
                        throw new ParserConfigurationException();
              }then i used this code to transform the DOM :
    public void exportDocument(Document document) {
              try {
                   Source xmlSource = new DOMSource( document );
                   Result result = new StreamResult( System.out );
                   TransformerFactory transformerFactory =
                        TransformerFactory.newInstance();
                   Transformer transformer =transformerFactory.newTransformer();
                   transformer.setOutputProperty( "indent", "yes" );
                   transformer.transform( xmlSource, result );
           //then catching the exceptions
    But the file was not created and i didn't find where can i specify the DTD that the XML file should use and where can i enter the name of the XML file itself
    Another questoin can i write a DTD file dynamically during the execution of the program??

    Cross-post: http://forum.java.sun.com/thread.jspa?threadID=784467&messageID=4459240#4459240

  • SQL Server 2008 File Stream On Existing Table

    Hi Folks,
    I have enabled the SQL Server File Stream option on a Existing table.
    1. Created a GUID Column 
    2. Created a File Stream Column 
    3. Swapped the Blob Column information into file Stream column. 
    4. Dropped the BLOB Column. 
    I could evidence, The above Step 3 Process moved out all the Blob Data into an configured Network File Group.
    Ex:
    Existing BLOB Data Size --> 10 GB 
    Once after the completion of above step 4, SQL Server is not freeing up the BLOB occupied Space 10 GB. It should have only few MB's pointer address to the network file Group?
    If we create a new table with File Stream data type and insert the existing BLOB data ,Will result few MB pointer Address occupied in the newly created table. We except the similar behaviour for updating BLOB to File Stream in existing table. 
    Please advice me.
    Thanks 
    Narendran
    Narendran

    When you drop a column, SQL Server only mark the column as dropped, but does not reclaim the space, as that requires data to be shuffled around. You need to rebuild the clustered index (and any other index with the column) to reclaim the space. See repro
    below:
    CREATE TABLE myblobbie (id int   NOT NULL PRIMARY KEY,
                            name sysname  NOT NULL,
                            blob varchar(MAX) NOT NULL)
    go
    INSERT myblobbie(id, name, blob)
       SELECT object_id, name, replicate(convert(varchar(MAX), name), 1000)
       FROM   sys.objects
    go
    EXEC sp_spaceused myblobbie
    go
    ALTER TABLE myblobbie DROP COLUMN blob
    go
    EXEC sp_spaceused myblobbie
    go
    ALTER INDEX ALL ON myblobbie REBUILD
    go
    EXEC sp_spaceused myblobbie
    go
    DROP TABLE myblobbie
    Erland Sommarskog, SQL Server MVP, [email protected]

  • Create application server moves files from i drive to c drive?

    Hello,
    my set up:
    windows 2003
    sql server 2008
    peopletools 8.51
    application FMSC 9.1
    PS Home on I:\TFS91
    While setting up a demo system for FMSC 9.1, I noticed that the application server and process schedulers are being created on the C: drive.
    This is strange because the PS Home are on the I: drive.
    I start PSADMIN from the I drive, but every time I create an application server on the I drive it copies the application server to the C: drive.
    Why is this happening?
    PeopleSoft Application Server Administration
    1) Administer a domain
    2) Create a domain
    3) Delete a domain
    4) Import domain configuration
    q) Quit
    Command to execute (1-4, q) : 2
    Please enter name of domain to create :FSDMO911
    Configuration templates:
    1) developer
    2) large
    3) medium
    4) small
    Select config template number: 3
    Creating domain...
    Copying application server configuration files...
    Copying to [C:\Documents and Settings\tuxadmin\ps
    t\pt\8.50\appserv\FSDMO911\psappsrv.cfg]
    Stripping Annotations...
    Copying [I:] to [C:\Documents and Settings\tuxadmin\ps
    t\pt\8.50\appserv\FSDMO911\psappsrv.cfx]
    Copying Jolt repository file...
    Domain created.
    Would you like to configure this domain now? (y/n) [y] :
    Quick-configure menu -- domain: FSDMO911
    Features Settings
    ========== ==========
    1) Pub/Sub Servers : No 15) DBNAME :[FSDMO911]
    2) Quick Server : No 16) DBTYPE :[MICROSFT]
    3) Query Servers : No 17) UserId :[QEDMO]
    4) Jolt : Yes 18) UserPswd :[QEDMO]
    5) Jolt Relay : No 19) DomainID :[TESTSERV]
    6) WSL : No 20) AddToPATH :[C:\mssql\Binn]
    7) PC Debugger : No 21) ConnectID :[people]
    8) Event Notification: Yes 22) ConnectPswd:[peop1e]
    9) MCF Servers : No 23) ServerName :[]
    10) Perf Collator : No 24) WSL Port :[7000]
    11) Analytic Servers : Yes 25) JSL Port :[9000]
    12) Domains Gateway : No 26) JRAD Port :[9100]
    Actions
    =========
    13) Load config as shown
    14) Custom configuration
    h) Help for this menu
    q) Return to previous menu
    Edited by: CLUTCH DBA on Feb 9, 2010 10:44 AM

    Note, if PS_CFG_HOME variable is not set, domains configuration files are going into the user path directory +%USERPROFILE%\psft\pt\<peopletools_version>+
    Nicolas.

  • How create ear to setup file or exe

    how i will create setup or exe from ear.

    Enterprise archive(.ear) is meant to execute only by deploying it under the application server.
    We cannot run it as a standalone app.
    --Jag                                                                                                                                                                                                                                                                                           

  • I would like to programatically create a 3D pdf file from an existing application.

    Hello, I have an existing software application.
    I would like to add the ability to create 3D PDF files to this application. The PDF files would illustrate underground water pipes, manhole structures, catchbasins etc. These are pretty simple structures, either cylindrical or rectangular and have pipes intersecting the structures.
    Does an API or activeX exist that I can call from an existing application to create these types of 3D PDF documents?
    I have some example images that illustrate what I am trying to accomplish.

    Moved to Acrobat SDK

  • Problems with BPC Server Setup File

    Hi All,
      I am trying to install the BPC 7.0 Microsoft Server in a Windows Server 2003 Standard Edition - 32 bits 
      And when I start the following error message appears
      ">setupnew\setup.cpp(135)
      PAPP:
      PVENDOR:
      PGUID:
      $
      @Windows Server2003 Service Pack 2 (3790) IE 8.0.6001.18702
      The strange is that the same file I can start processinf installation in a 64 bits Operational System
      As I know and it is described in the Installation Guide there is no restriction about 32 or 64 bits
      File : BPC7M07_0-10007158.ZIP
      Somedody has any idea about what could happen ?
      Regards,
      Alfred

    Hello Alfred,
    is the account under which you are installing, part of the local administrators group? Do you have any security software that would restrict running installation programs?
    Note that BPC 7.0 application server is supported only on 32-bit servers.
    Best regards,
    Bruno

  • How do we create a plugin setup file for Mac/Win?

    Hello!
    I am a relatively new plugin coder! I have successfully developed a few small plugins. Now, the general course of going about a setup of a plugin is to copy & paste it in the Plugins folder of Adobe Photoshop. Is there an alternate method? Like, a setup, that installs the plugin at the appropriate location! I searched the internet but couldn't find anything of much use.
    Help needed...!!! 
    Thanks! 

    On Windows, you can have your setup program check the registry for plugins folder path:
    HKEY_LOCAL_MACHINE/SOFTWARE/Adobe/Photoshop/
    It would follow by the version number, within that version would be a string value key called "PluginPath", this would hold the full path to plugins folder, this is where you want the installer/setup to copy your plugins to.
    eg.  HKEY_LOCAL_MACHINE/SOFTWARE/Adobe/Photoshop/12.0/  the key PluginPath = "C:\Program Files\Adobe\Adobe Photoshop CS5 (64 Bit)\Plug-ins\"
    Keep in mind that on 64 bit OS, the registry key will tell you about 64 bit location, not the 32 bit location.  If your plugin comes with both 32 bit and 64 bit, you need to do some checking to make sure that it knows which path is which.   eg.  if you see 64 bits in the path, the other one should be C:\Program Files (x86)\Adobe\Adobe Photoshop CS5\Plug-ins\ -- provided that the user choose to install 32 bit.  Also keep in mind that users can have multiple versions of Photoshop.
    There really isn't an easy way on the Mac other than having the installer test to see if /Applications/Adobe Photoshop CS5/Plug-ins/ (and test for other versions)
    OR... you can always ask the user where the plug-ins folder is.

  • Create a new MP3 file from an existing AIFF or MPEG file

    The iTunes 9 on my old Mac allows me to create an MP3 version of a song track in the Advanced pull-down menu. The iTunes 10 on my new iMac only allows me to create an AIFF file in Advanced. Is there a way to make these conversions in iTunes 10? I want to be able to create a CD using MP3 files (of classical music NOT purchased from the iTunes store). Thanks for advice.

    The conversion setting in the Advanced menu reflects the Import Setting in iTunes > Preferences > General. Change the Import Setting to MP3 and the Advanced menu will also change to MP3. When you have finished your conversions, reset the Import Setting to the format you prefer.

  • Hi, where can I download the adobe media server setup file?

    same as above.

    Hi fypalan,
    Check this link :-
    https://www.adobe.com/cfusion/tdrc/index.cfm?product=adobemediaserver&loc=en_us
    This may be helpful.
    Thanks,
    Manish Sharma

  • Cant get FF to auto save .txt files like it does .doc files.

    when i change the action in the application section for a .doc file (ie open with... or save) it works. But if i try same for a .txt file it just opens the file and wont auto save it like a doc or rtxt file. Using FF 13.0.1. Windows 7.

    Hi,
    One way you could try is to right-click the link and '''Save Link as'''.

  • Deleting files that no longer exist.

    Maybe someone can help me. I know you've all seen when a music file no longer exists and it shows up in iTunes with the little .
    I just lost an external harddrive recently, requiring me to update all of my music libraries. WMP works fine in that I do a search and it AUTOMATICALLY deletes all files that don't exist. My only option, as far as I can tell, in iTunes is to delete these files from the media library manually.
    Someone please tell me there's a better way and Apple just tucked it somewhere inconspicuous. I really don't feel like deleting 10,000 music files manually.
    Or does iTunes actually suck that much?

    I've created a script that will remove all the entries with exclamation marks.
    Go to my iTunes scripts page and follow the link to download Perl. Install Perl, then download and run the script "itunesremovenotfound.pl".
    HTH,
    Rob

  • HT200160 mac keeps trying to connect to a server that no longer exists

    every so often throughout the day, i'll get a error dialong telling me that my mac can't connect to a server because it no longer exists. This server was my old machine that has since been renamed on the network.
    i don't want it to connect, i also don't want it to ask to connect. how do i find out why it's trying to connect, and how do i end this madness?

    Boot in safe mode as directed here:
    Starting up in Safe Mode
    Log in and see whether you still have the problem. If you don't, it's caused by one of your login items or a system modification that loads at startup or login.
    If the problem isn't resolved that way, other possible causes are references in the iPhoto, iTunes, or iMovie library pointing to the server, and bookmarks in the Preview application
    See iMovie Troubleshooting: Connection Failed, Server Does Not Exist.

  • Is there any way to create a setup file Like Visual Basic

    Hi,
    I want to create a setup file of all developed foms and reports to install them to desireable location, is there any way to create a setup file in oracle, Like Vb.
    Raza

    I believe there is something from Oracle but it was frustratingly buggy when I used it a few years back and only worked via the Oracle installer.
    Personally, I'd recommend something like Innosetup, which is freeware and a Windows-style installer much like InstallShield etc. so it'll create an executable setup file probably OK if they've already got the Oracle Runtime components installed.

Maybe you are looking for