How to add 10.8 managed clients to 10.8 server

Specifically, using Workgroup Manager 10.8 rather than Profile Mgr.
Previously, you could point your clients to the OD Server using Directory Assistant (or via Users & Groups in 10.7) which would then become available to add to a Computer group you had created in WGM. Even though I've got mine set up that way, WGM 10.8 can't see any of 'em. Is there another prerequisite I'm not aware of? Or does this method no longer apply to clients running 10.8?
thanks.

I'll check but I wouldn't doubt it. You can add clients in Profile Mgr. that way too (it's the only way you can add them AFAICT). If you can't browse for available clients, why bother with WGM? They're just adding extra layers of administration hassle in my opinion to make you collect and submit UUIDs in order to bind clients.

Similar Messages

  • How to add byte[] array based Image to the SQL Server without using parameter

    how to add byte[] array based Image to the SQL Server without using parameter.I have a column in table with the type image in sql and i want to add image array to the sql image column like below:
    I want to add image (RESIM) to the procedur like shown above but sql accepts byte[] RESIMI like System.Drowing. I whant that  sql accepts byte [] array like sql  image type
    not using cmd.ParametersAdd() method
    here is Isle() method content

    SQL Server binary constants use a hexadecimal format:
    https://msdn.microsoft.com/en-us/library/ms179899.aspx
    You'll have to build that string from a byte array yourself:
    byte[] bytes = ...
    StringBuilder builder = new StringBuilder("0x", 2 + bytes.Length * 2);
    foreach (var b in bytes)
    builder.Append(b.ToString("X2"));
    string binhex = builder.ToString();
    That said, what you're trying to do - not using parameters - is the wrong thing to do. Not only it is insecure due to the risk of SQL injection but in the case of binary data is also inefficient since these hex strings are larger than the original byte[]
    data.

  • How to add VBA65-KB2688865-x86-ENU.exe in wsus server

    how to add VBA65-KB2688865-x86-ENU.exe  in wsus server

    Am 17.06.2014 schrieb Anirban_ray:
    how to add VBA65-KB2688865-x86-ENU.exe  in wsus server
    You can use WSUS Package Publisher to publish the EXE over WSUS in
    your Domain.
    http://wsuspackagepublisher.codeplex.com/
    Servus
    Winfried
    Gruppenrichtlinien
    WSUS Package Publisher
    HowTos zum WSUS Package Publisher
    NNTP-Bridge für MS-Foren

  • How to add domain account manager to executable?

    Hi All,
    LabVIEW 8.6.1 + DSC 8.6.1
    I have created local domain and some test users by using domain account manager. I also set user access levels to frontpanel indicators and controls. After that I build an .exe from my application.
    When I install  or move this application to other computer how I can also transfer my domain configuration to that second computer. It is assumed that these computers cannot be in same network..Can I someway add domain account manager to executable or should I install manager manually that second computer. I can't install whole labview that second computer...
    BR
    Solved!
    Go to Solution.

    You will be installing the LabVIEW runtime engine to work with the LabVIEW executable.
    Message Edited by Adnan Z on 03-13-2009 12:13 PM
    Adnan Zafar
    Certified LabVIEW Architect
    Coleman Technologies

  • How to revert managed client to unmanaged without server

    The scenario is that a group of 10.6 client macs were managed by an OS X server, and that server no longer exists. How can the clients be reverted back to an unmanaged state without using a server.
    I've tried manually erasing the '/Library/Managed Preferences' and '/Library/Preferences/DirectoryService' contents but they are restored from somewhere, I assume some hidden system cache (because I can't find copies of these files anywhere, and a hidden locker makes sense). I've also tried changing some of these preferences using the 'defaults' command, hoping that'd propagate back to the cache, but they still get restored. I've also cleaned out the global com.apple.loginwindow MCX preferences, to no avail.
    I have perused the local directory with 'dscl' and found nothing obvious, but it wouldn't surprise me if there was binary data in there supporting the automatic recovery.
    From observation, I'd guess there might be a process run from 'launchd' periodically that restores the values, because I've seen them come back while I was working at the command line.
    There are only a few clients so it's not a problem if I have to do it manually or even in single-user mode, but I'd really, really like to avoid having to wipe and reinstall because there's a great deal of user state on them. Everything's backed up with good TM backups going back a long way, but I'm afraid of restoring the server binding if I have to reinstall and recover, and I'd really like to avoid that hassle, too.
    I'm a very seasoned Unix geek and have no fear of working in system directories from the command line as root, but so far I haven't been able to find whatever it takes.
    So, who knows how to actually do this?
    Thanks.

    Antonio Rocco wrote:
    Hi
    sudo rm -R -v /Library/Preferences/DirectoryService
    sudo rm -R -v /Library/Preferences/edu.mit.kerberos
    sudo rm -R -v /Library/Managed\ Preferences
    sudo rm -R -v /Library/Caches/*
    Restart the mac.
    This is the approach I have used as well. However if the client Mac is on the same network as a server managing that client then the server will re-apply the managed settings after a reboot.
    I know the original poster said the server was no longer present, but is there another server that might be applying settings? Perhaps an Open Directory replica?
    It would not apply in this case because the original poster said the clients are running Mac OS X 10.6, but much older versions of Mac OS X client also kept a copy of managed preferences in NetInfo and you needed to use NetInfo Manager to delete them. Mac OS X 10.6 does not use NetInfo.

  • How to add VM guest in VM pool from OV Server .

    In case of non availability of OVM-Manager I have created virtual server using virt-install command.
    Now the problem is how do i add the guest in a particular virtual pool. Is there any specific command for adding a vm in virtual pool using ovm server and not ovm manager?

    user10373165 wrote:
    Now the problem is how do i add the guest in a particular virtual pool. Is there any specific command for adding a vm in virtual pool using ovm server and not ovm manager?You can't do anything with the pool unless Oracle VM Manager is running. Even the OVMCLI utility requires the Manager to be online. So, while the Manager is offline, your existing guests will continue, including supporting any HA configuration for those guests, but you will not be able to add new guests to the pool or modify any pool configuration until the Manager comes back online.
    To ensure that your Oracle VM Manager is always available, I recommend checking out the "[Using Oracle Clusterware to Protect Oracle VM Manager|http://www.oracle.com/technologies/virtualization/docs/ovm-clusterware-whitepaper.pdf]" whitepaper.

  • How to connect back a disconnected client on an rmi server

    I am making a client -server rmi game .
    if a client get disconnected (throwing a remote exception on the server) how can I
    have some other client or same client continue from the the same point as it got disconnected.
    it obvioulsy requires state preservation but how?

    well actually I am making a game.
    if a player logs out during the game , when the server
    tries to pass it information it gets a remoteexception at the server.
    What I need is that any other player could replace this loggged out player and should get the latest state of the game ie latest score (while other players coud play as much as they can without him) , latest turn etc.
    The game is coded in an object which contains the lates turn and score etc, but how do I give it out to a new player joining in the middle of the game?
    Also if the server keeps thrwoing remoteexceptions ,
    it might hang or might haveto be shut down to be restarted.

  • How to add property through managed-beans.xml

    Hi,
    I am trying to take a hard coded value property from managed-beans.xml file. I tried using :
    <managed-property>
    <property-name> filename </property-name>
    <value> xx </value>
    I called getProperty("filename"); from one of my bean classes and it did not recognise it.
    I am not sure how to do this one. any help will be appreciated.
    Thanks

    I'm not sure what getProperty method you are referring to in your original posting. Is this a method on your managed bean class?
    Managed beans are implemented as regular JavaBeans so you will need to add a setFilename(String) and getFilename() method to your backing bean class to get this to work correctly. The setter method will get called automatically when the bean is first instantiated, either by accessing it from a JSP value-binding expression as a result of calling context.getApplication().getVariableResolver().resolve(context, beanName) where context is an instance of FacesContext and beanName the name of the managed bean as specified in faces-config.xml. You can then use the getter method to access the property value from within your application code.
    Alternatively, if you don't want to implement a JavaBean class, you can specify java.lang.HashMap as the managed bean class and use myBean.get("filename") to access the property instead.
    Hope this helps.
    -- Keith

  • How to add the hiring manager details

    Hi all,
    I want to change the Hiring manager details(role 9001) in hrp5131 for a requisition. Can anyone let me know through what all transactions i need to go to change that.
    thanks,
    bharathi.

    Problem is solved. The SAP logon ini file needed to be replaced in C:\Windows
    Thanks
    Raj

  • How to FTP a file from client machine to database server using forms 10g

    Hi
    I want to ftp a file from a client machine to the database server machine using forms 10G (or PL/SQL).
    could you please tell me how can I do this
    Regards

    hi
    How to get up and running with WebUtil 1.06 included with Oracle Developer Suite 10.1.2.0.2 on a win32 platform
    Solution
    Assuming a fresh "Complete" install of Oracle Developer Suite 10.1.2.0.2,
    here are steps to get a small test form running, using WebUtil 1.06.
    Note: Oracle_Home is used as an alias for your real oDS ORACLE_HOME.
    Feel free to copy this note to a text editor, and do a global find/replace on
    Oracle_Home with your actual value (no trailing slash). Then it is easy to
    copy/paste actual commands to be executed from the note copy.
    1) Download http://prdownloads.sourceforge.net/jacob-project/jacob_18.zip
    and extract to a temporary staging area. Do not attempt to use 1.7 or 1.9.
    2) Copy or move jacob.jar and jacob.dll
    C:\webutile is the folder where you extracted Jacob, and will end in ...\jacob_18
    cd C:\webutile
    copy jacob.jar Oracle_Home\forms\java\.
    copy jacob.dll Oracle_Home\forms\webutil\.
    The Jacob staging area is no longer needed, and may be deleted.
    3) Sign frmwebutil.jar and jacob.jar
    Open a DOS command prompt.
    Add Oracle_Home\jdk\bin to the PATH:
    set PATH=Oracle_Home\jdk\bin;%PATH%
    Sign the files, and check the output for success:
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\frmwebutil.jar
    Oracle_Home\forms\webutil\sign_webutil Oracle_Home\forms\java\jacob.jar
    4) If you already have a schema in your RDBMS which contains the WebUtil stored code,
    you may skip this step. Otherwise,
    Create a schema to hold the WebUtil stored code, and privileges needed to
    connect and create a stored package. Schema name "WEBUTIL" is recommended
    for no reason other than consistency over the user base.
    Open Oracle_Home\forms\create_webutil_db.sql in a text editor, and delete or comment
    out the EXIT statement, to be able to see whether the objects were created witout
    errors.
    Start SQL*Plus as SYSTEM, and issue:
    CREATE USER webutil IDENTIFIED BY [password]
    DEFAULT TABLESPACE users
    TEMPORARY TABLESPACE temp;
    GRANT CONNECT, CREATE PROCEDURE, CREATE PUBLIC SYNONYM TO webutil;
    CONNECT webutil/webutil@rcci
    @Oracle_Home\forms\create_webutil_db.sql
    -- Inspect SQL*Plus output for errors, and then
    CREATE PUBLIC SYNONYM webutil_db FOR webutil.webutil_db;
    Reconnect as SYSTEM, and issue:
    grant execute on webutil_db to public;
    5) Modify Oracle_Home\forms\server\default.env, and append Oracle_Home\jdk\jre\lib\rt.jar
    to the CLASSPATH entry.
    6) Modify Oracle_Home\forms\server\formsweb.cfg insde [default] add :
    archive_jini=frmall_jinit.jar,frmwebutil.jar,jacob.jar
    archive=frmall.jar
    also add :
    [webutil]
    WebUtilLogging=off
    WebUtilLoggingDetail=normal
    WebUtilErrorMode=Alert
    WebUtilDispatchMonitorInterval=5
    WebUtilTrustInternal=true
    WebUtilMaxTransferSize=16384
    baseHTMLjinitiator=webutiljini.htm
    baseHTMLjpi=webutiljpi.htm
    baseHTML=webutilbase.htm
    archive_jini=frmall_jinit.jar
    WebUtilArchive=frmwebutil.jar,jacob.jar,f90all.jar
    archive=frmwebutil.jar,f90all.jar
    lookAndFeel=oracle
    7) Modify Oracle_Home\forms\server\webutil.cfg and add :
    transfer.database.enabled=TRUE
    transfer.appsrv.enabled=TRUE
    8) Start the OC4J instance
    9) Start Forms Builder and connect to a schema in the RDBMS used in step (4).
    Open webutil.pll, do a "Compile ALL" (shift-Control-K), and generate to PLX (Control-T).
    It is important to generate the PLX, to avoid the FRM-40039 discussed in Note 303682.1
    If the PLX is not generated, the Webutil.pll library would have to be attached with
    full path information to all forms wishing to use WebUtil. This is NOT recommended.
    10) Create a new FMB.
    Open webutil.olb, and Subclass (not Copy) the Webutil object to the form.
    There is no need to Subclass the WebutilConfig object.
    Attach the Webutil.pll Library, and remove the path.
    Add an ON-LOGON trigger with the code
    NULL;
    to avoid having to connect to an RDBMS (optional).
    Create a new button on a new canvas, with the code
    show_webutil_information (TRUE);
    in a WHEN-BUTTON-PRESSED trigger.
    Compile the FMB to FMX, after doing a Compile-All (Shift-Control-K).
    11) Under Edit->Preferences->Runtime in Forms Builder, click on "Reset to Default" if
    the "Application Server URL" is empty.
    Then append "?config=webutil" at the end, so you end up with a URL of the form
    http://server:port/forms/frmservlet?config=webutil
    12) Run your form.

  • How to install OSX 10.6 client in Mac Mini Server 10.7 Lion Server

    I am ordering a Mac Mini Server with Lion Server 10.7, with 256GB SSD and 750GB HD.  I want to use Snow Leopard (client/workstation) instead.  Previously I have already purchased retailed version of 10.5 clients and 10.6 client upgrade.  Please advise the best approach from the followings (or more suggestions from you guys...). 
    (A) The boot disk (likely to be the SSD) will be re-formatted and re-installed by "clean" installation of 10.6 client.  But I am not sure whether all hardware drivers for the new Mac Mini (2011) are available in the 10.6 client disk.  Also, it seems to me that installation disk of 10.7 server will not be provided.  So I shall not be able to re-install server version again if I want to change this Mac to a server sometimes afterwards.  Of course I would like to keep this server software for investment protection, no matter I use it or not.  If 10.6 client can be installed, I shall use bootcamp to install Windows 7 also.  So there will be 2 partitions to be usable aparently.
    (B) The factory-installed OSX 10.7 server is kept, and one more partition is created (with Disk Utilties).  Snow Leopard workstation 10.6 will be installed at this new partition.  If 10.6 client can be installed, I shall use bootcamp to install Windows 7 also.  So there will be 4 partitions, including 10.7 server, 10.6 client, 10.7 recovery drive and bootcamp for Windows 7.  Since I want to put all OS software at the SSD (faster boot-up and better performance), the drawback is that each partition is with less space.
    Do you guys have other ideas or suggestions?
    [Background]
    In fact I want to make use of its strongest computing power (amongst available Mac Mini computers in store), quad-core CPU & dual disks,  to run music applications (DAWs).  Operating systems are put at SSD, and data is put at traditional harddisk.  As some music applications (e.g. Calkwalk Dimension) only support 10.6 currently, I need to down-grade from Lion server to Snow Leopard workstation.  Also I think applications can run faster in a hardware with  workstation OS (rather than server version). Please correct me if this belief is wrong. 
    Thanks / Howard.

    If you completely wipe the original Mac mini boot drive you will wipe the Server.app software an dlose it. You should make a backup first, perhaps by saving the entire boot drive as a Disk Image file on to another drive.
    In terms of install 10.6, the 10.6 DVD will not boot on the new Mac mini even if you connect a DVD drive. You need to put the Mac mini in to FireWire Target Disk Mode and connect it to an older Mac that will allow booting from that DVD, then install on to the Mac mini (over FireWire), you then need to upgrade it using the 10.6.8 Combo Updater this will add the drivers needed for the new Mac mini.

  • How to add new network adapter to existing hyper-v server

    hello guys
    now we have win2k8 r2 with installed hyper-v role.
    we had a network adapter with 4 ports and these 4 NICs was installed before adding hyper-v role so we select the these 4 NICs when installing the hyper-v role as usual.
    after that, we add other new network adapter with 4 NICs.
    the problem that we can't see the new 4 NICs in hyper-v manager to create external connection.
    any suggestions ??

    Hi eng.magdy87,
    Please ensure that the new NIC works properly .
    I mean that you can try to set IP for that NIC to check if it works .
    By the way , I added a new NIC for my hyper-v host (2008R2 ) and I can select it in virtual machine manager .
    Best Regards
    Elton Ji
    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.

  • How to track IP's of clients connecting to DB server through Apps Server

    My Application server address is like http://192.220.0.75:7779/forms90/f90servlet form=TEST.fmx&userid=@abc
    I can connect to Apps server from any computer using explorer with this address .
    for auditing when I connect to db server through Apps server then my audit table detect only server IP- 192.220.0.75 each time but when I connect by oracle DS or toad then my audit table detect each computers defferent IP address.
    how can I detect different users and IP addresses connecting to database server using apps server instead of apps server IP?

    You can try to use WebCache event_log, this one will show your clients IP or you can uncomment UseWebCacheIP ON in httpd.conf file, so you ensure that the access_log show the ip of the user and not of the server.
    Greetings.

  • How do I connect multiple telnet clients to a telnet server in LabVIEW?

    Good afternoon,
    I'm writing a telnet server in LabView 6.1 that needs to handle multiple clients. To do this, I modified the "viserver\runvi.llb" example to use the telnet VI's from the Internet Toolkit instead of the TCP VI's. Then I changed the Open VI Reference to point to my telnet handler. Right now my handler just echoes the characters received from the client.
    My software works ok for the first connection. After the server accepts two or more connections, characters typed in one client get echoed to all clients. In addition, only one client will accept characters at a time. The client accepting input changes randomly every few seconds as characters are entered.
    Has anyon
    e gotten the telnet VI's to run in parallel? Not sure if they are thread-safe or not. If you have some experience with this, I have attached my llb if you think you can help.
    Thanks!
    Chris Norris
    Carrier Access Corp.
    [email protected]
    (303) 218-5826
    Attachments:
    CAC_Telnet_Server.llb ‏92 KB

    I don't think there's a problem with the TCP/connection portion of things. My feeling is that the problem is lurking somewhere in the timing of the application, or in the way LabVIEW task scheduling/multitasking is working compared to the way you expect it to work.
    For instance, I'm wondering why you stuck with 25 seconds (25000 ms) as the timeout value for the Telnet Read in Telnet Handler.vi. I assume you're expecting LabVIEW to quickly "sleep" that while loop and move on to check on the while loops of any other Telnet Handler.vi instances that might have been spawned as a result of connection requests from other remote clients.
    Instead, it seems to me (on my system, anyway, with three simultaneous connections active) that LabVIEW is not cyc
    ling through the other Telnet Handler.vi instances as you expect, but is only getting to them to read a byte at a time each time the main loop iterates in response to a byte appearing from the first of the three remote clients.
    If you change the Telnet Read timeout to 50 ms instead, the behavior is closer to what you might expect, but still not perfect.
    Because timing/threading/scheduling is a complicated subject in LabVIEW, I'm going to give LabVIEW the benefit of the doubt and assume it's operating as designed. Maybe someone else can provide more insight into what's happening in this particular case, and whether reentrancy or something else is affecting things.
    One option I would consider if I were in your shoes: program a simpler version of things that mimics Date Server.vi and cycles through a queue of connections to service them without relying on spawning new reentrant instances of a handler VI.
    I realize that your version of things (along with the reentrancy example
    that ships with LabVIEW) is expressly intended to handle this daemon-style situation, but simpler may be better for the purposes of debugging and development ease.
    My two cents,
    John Lum
    National Instruments

  • Cisco Security Manager Client running on Windows Server 2008 R2 (64 bit) in Terminal Service

    Hello CSM Gurus,
    Would there be any performance issues in CSM client software design if multiple instances of CSM client by multiple users ran concurrently on a Windows Server 2008 R2(64 bits) while CSM users accessing the server via Remote Desktop Services ?
    In my environment, we have a CSM server at our major data center while security administrators from all over the world need to use this CSM server. 
    In order to overcome the latency of the CSM client due to the WAN network, the plan is to use a Windows Server 2008 R2(64bits) as a terminal server and all security administrators would need to access this terminal server via RDP and would launch CSM client on their desktop.  The terminal server locates on the same LAN as the CSM server itself in order to minimize network latency in communications between the CSM clients running on the terminal server and the CSM server.  there would be multiple instances of CSM clients running concurrently on the Windows Server 2008 R2, the terminal server. 

    Hi;
    please check
    Oracle Database 11g Release 1 (11.1.0.7.0) <<Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64
    http://www.oracle.com/technology/software/products/database/oracle11g/111070_win64_2008soft.html
    Check Database 11g Release 2 Certification Highlights [ID 1065024.1]
    But please check this thread
    client 11gR2 install on Win 7 Pro fails java.lang.NullPointerException
    Regard
    Helios
    Edited by: Helios- Gunes EROL on May 14, 2010 4:49 PM

Maybe you are looking for

  • Can I use this device with my Yamaha receiver to connect to my IPhone/IPad?

    Can I use the Apple airport express with my Yamaha stereo receiver to connect to our iPhone/IPad?

  • How to upload the Pdf Document?

    Hi Gurus, I have a requirement to design the screen using Java Webdynpro, where I have to give a option of uploading PDF form (which can be maximum of 10 mb size each) .it can be 2 or 3 files( maximum) per commit statement. Also I need to have to val

  • Hdmi wire

    Hi! I bought a wire to connect my new Mac Book Pro with my HDMI Tv. This wire is suppose to transmit image and sound, but does not happen with the sound. Am I supossed to to anything? Please, help, Thanks!!

  • Pop-up error after customers purchased

    My apps is set $2.99 for a year subscription. Auto-renewing until canceled by user after a year trial period ends. However, after paying $2.99, it will pop-up an error message of restore/buy it when customers open the apps. It pop-up every minute, wh

  • HELP ME TO  LOGGON

    I have download Oracle Database 10g Release 1 (10.1.0.2) for Microsoft Windows (32-bit),and installed it,after the installation my bowser was pointed at a webpage of how to administrate and to created new user and other facilities, but I have forgot