Off-line ACS Configuration

I need to apply a basic configuration to an ACS appliance (5.2) then ship it off to another location to be installed.  The initial installation script calls for you to configure the IP address, DNS, etc ... then pings the gateway and DNS before rebooting.  If these pings fail will the installation fail?
In other words do I either need to be in the correct network or dummy it up with pingable addresses for the installation to continue properly?
Thanks

Thanks, I do not have physical access to the ACS after it gets moved off-site.  So perhaps the best solution is to configure it with valid addresses for the location where I am performing the intial configuration - then it can do the pings and complete the installation.
Once the ACS reboots I can go into the CLI over the serial connection and change the IP address and default gateway (and DNS if needed).  When that is complete I can power off and ship out.  Sounds reasonable?
Thanks ...

Similar Messages

  • "Always Available off line" menu item not available for user on computer where another does see it. This is on Active Directory Computer

    I have a lap top that I want to add files via Always available off line.
    When I logon and right click on a folder share I can see the menu item all was available offline.  When the user logs on this option is not available.  I have turned the feature on and off, rebooted, I have deleted the cache folder but I cannot
    see how to get this menu item to show up.  It's odd that it shows up for one user but not another on the same computer.  I have searched the web and tried the above things and others but cannot seem to resolve this problem.  It seems pretty
    common and their. This computer is on a domain.
    thanks.

    Hi,
    So as we edited the group policy settings in the default domain policy, the menu item is now available?
    And as we are in a domain environment and the settings is configured under the default domain policy, how the domain users behave different from each other? Which someone could see and the other not?
    Could we please generate a
    GPO report to take a check?
    And regarding group policy issue, it is recommended to seek help in the group policy forum, experts there may share some insights:
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/home?forum=winserverGP
    Best regards
    Michael Shao
    TechNet Community Support

  • Oracle 10g on Windows Server off-line database backup - a few questions

    I'd like to do an Oracle off-line backup every night. Please tell me what you think about my plan.
    First, run this batch file.
    set oracle_sid=PLDG
    C:\oracle\product\10.2.0\bin\sqlplusw.exe /nolog @c:\oracle\product\oradata\pldg\shutdb.sql
    C:\oracle\product\10.2.0\bin\oradim -shutdown -sid PLDG -shuttype srvc
    net stop OracleORADB10GTNSListenerPLDG
    This is the shutdb.sql script that the above batch file calls.
    set echo on
    spool C:\oracle\product\oradata\pldg\shutdb.log
    connect /@pledgemaker as sysdba
    shutdown immediate
    spool off
    exit
    ....that should shut down the database.
    Now I will copy the files that the following three queries pulls up to another server.
    SQL> select name from sys.v_$datafile;
    NAME
    C:\ORACLE\PRODUCT\ORADATA\PLDG\SYSTEM01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\UNDOTBS01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\SYSAUX01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\DRSYS01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\ODM01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\TOOLS01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\USERS01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\XDB01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\MAILING01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\BO516_REP01.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA02.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_DATA03.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX02.DBF
    C:\ORACLE\PRODUCT\ORADATA\PLDG\PLEDGEMAKER_INDX03.DBF
    SQL> select member from sys.v_$logfile;
    MEMBER
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO01A.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO01B.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO02A.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO02B.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO03A.LOG
    C:\ORACLE\PRODUCT\ORADATA\PLDG\REDO03B.LOG
    SQL> select name from sys.v_$controlfile;
    NAME
    C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL01.CTL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL02.CTL
    C:\ORACLE\PRODUCT\ORADATA\PLDG\CONTROL03.CTL
    After copying the above files, I want to start the database back up.  First I run this batch file
    set oracle_sid=PLDG
    net start OracleORADB10GTNSListenerPLDG
    C:\oracle\product\10.2.0\bin\oradim -startup -sid PLDG -starttype srvc,inst
    Then run this script.
    set echo on
    spool C:\oracle\product\oradata\pldg\startdb.log
    connect /@pledgemaker as sysdba
    startup
    spool off
    exit
    - Is this plan complete?
    - Will the filenames that the above three queries retrieve ever change in the future? Or do they remain the same?
    - There are other files in the C:\ORACLE\PRODUCT\ORADATA\PLDG\ directory, such as TEMP01.DBF. I am assuming that I do not need to back these files up. Is this correct?
    Thanks so much for your help!
    Edited by: DataHandle on Jun 13, 2012 3:49 PM

    DataHandle wrote:
    Sorry, I should explain my situation better. Currently there is no backup in place right now so I just want to get SOMETHING running and backing up our data. I am an Oracle newbie compared to a lot of the experts on here - I just want to go with the simplest solution so that I can implement it ASAP. Then I can at least sleep at night.
    I agree that I should eventually get to learning RMAN and should understand it thoroughly. I've read a lot of the documentation on it but it can be really confusing. I mean there are 666 page books on Oracle backups - it is intimidating.
    Anyway, thanks for your help.
    Edited by: DataHandle on Jun 14, 2012 9:48 AM
    Edited by: DataHandle on Jun 14, 2012 9:49 AMYes, the official documentation can be pretty overwhelming. I suggest you go to amazon and look up "RMAN Backup and Recovery" by Hart and Freeman. It is very well written and cuts through a lot of the clutter of the actual reference manual.
    For the immediate, here's what you need to do
    log on the the sever as 'oracle' - or whoever owns the oracle installation
    then
    rman target /
    rman> CONFIGURE RETENTION POLICY TO REDUNDANCY 1;     << set this how you want -- it's a quick reference in the official docs
    rman> CONFIGURE BACKUP OPTIMIZATION ON;
    rman> CONFIGURE CONTROLFILE AUTOBACKUP ON;
    rman> CONFIGURE DEVICE TYPE DISK PARALLELISM 1 BACKUP TYPE TO COMPRESSED BACKUPSET;
    rman> CONFIGURE CHANNEL DEVICE TYPE DISK FORMAT   '/oradata/fs91upg/upgbkup/%U';     << set the path to wherever you want to store your backup
    rman>the above commnads are one-time setup.
    rman> shutdown immediate
    rman> startup mount
    rman> backup database
    rman> alter database open
    rman> exitis your database in archivelog mode?
    Edited by: EdStevens on Jun 14, 2012 10:47 AM

  • TS3276 cannot receive or send mail, server off line "ssl off" how do I turn ssl on?

    Cannot receive or send mail.  Server off line  "ssl off " . how do I turn on ssl?

    Hello there, gillaf.
    To turn adjust your SSL settings the following Knowledge Base article will be of assistance:
    Mac OS X Mail: About Secure Email Communications (SSL)
    http://support.apple.com/kb/TA25586
    Setting up Mail for SSL
    Important: These steps require Mac OS X 10.1.3 or later.
    1. Open the Mail application.
    2. Choose Preferences from the Mail application menu.
    3. Click Accounts.
    4. Select an account name, and click Edit.
    5. Click the Account Options tab.
    6. Click the Use SSL checkbox to enable this option.
    Selecting the checkbox will auto-populate the default port numbers. If there is a non-default port number already present, it will not change. You can manually enter a number if your ISP gave you a different port number. Be sure you enter the correct port for your mail server here when selecting SSL, even if it auto-populates a default number.
    Note: If SSL is accidentally set up when it should not be, or is configured using the incorrect port for your mail server, an alert box with a message similar to this may appear:
    "Fetch Error: Couldn't connect to a POP host name mail.apple.com."
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • Using exchange off-line

    I just had MS Exchange/Outlook access configured on my ipad so I can check my work email without carrying my notebook computer all the time. Works great when connected to wifi.. I then traveled to the UK and did several hours of email backlog cleanup in off-line mode (ie not connected to any network), expecting that when I landed and connected to wifi, all my deleted messages would be removed and my filed messages would be filed. What I found was that none of these offline changes were retained. I could do this no problem with my RIM Playbook...it just synched up and processed all the mail actions performed offline. Is there something special I need to do in settings etc in order for this to work on the ipad. I have seen some web postings about this function not being available but am not sure.
    Thanks, Steve

    You must have an internet connection and Mail must be turned on. When Mail is turned off via the account settings, none of the mailboxes for the account will be available.

  • If a 5508 goes off line.....

    I have a mix of AIR-LAP1262N and AIR-CAP3502E   LWAPs.  I remember there is a scenario where some LWAPs will continue to function even if the controller goes off-line.  Can anyone tell me what hardware/software configuration I need to make that happen?  No budget for a failover unit at present.
    Thanks in advance!  Replies rated.               

    Its called FlexConnect.  Take a look at this guide so you better understand the configurations and limitations.
    http://www.cisco.com/en/US/docs/wireless/controller/7.2/configuration/guide/cg_flexconnect.html
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

  • B110 wireless printer - keeps going off line in windows 8

    Hi - Since supgrading to windows 8 I've had probelms with my wireless printer (B110) and the fact that it keeps going off line. I've now ried removing and re installing usng latest drivers. During installation I get the message that printer rediscovery problems detected. You Pc may not be able to track on line status changes of your printer. If you are using firewall software verify that UDP port 427 is unblocked from your printer at 192.168.2.4 to your pc.
    Following windows 8 help I've gone to firewall inbound rules and triesd to enable udp port 427, without much success. On the new inbound rule wizard , I choose the port option then the udp option and then the specific port option and enter 427 . This eems to having no impact but if I'm being honest I've not much of a clue on what I'm doing.
    any help much appreciated

    While I am researching your Belkin router, I would like to add that you will want to set a static IP for your printer. The green checkmark in your Printer's folder just means it is your default printer and has nothing to do with whether or not it has an IP address.  You have to go into your Wireless Menu on the front of the printer to "View Wireless Settings" or print a network configuration page at that exact moment it is not communicating.  You are not looking for "No trouble found." Sorry I wasn't more specific but you are looking for an IP address or URL like 192.168.1.5 or 10.0.0.5 etc.
    Was the above document I provided any assistance?  That has very good information to help clarify the instructions I am giving up because I really want to help you but I will need a bit more information.  
    Here is a link to really good instructions on how to set a static IP which I think will completely resolve this problem for you.
    --How to Set a Static IP in a Photosmart Printer-- 
    Let me know if this helps.
    Don't forgot to say thanks by giving "Kudos" if I helped solve your problem.
    When a solution is found please mark the post that solves your issue.
    Every problem has a solution!

  • Pre-shared Key Off-line Bruteforcing Using IKE Aggressive Mode

    Hi, I have 10 site-to-site VPN's, they consist of Cisco 837's and 877's. I run a security scan (Qualys vulnerability scanning) against the public IP of the routers and half of them come back with the vulnerability below. They are all using the latest IOS and all connect to a Cisco Concentrator.
    Here is the vulnerability, that means nothing to me, is it anything to worry about, all pre-shared keys are 8 characters or more and have letters, numbers, and symbols and capital letters:
    Pre-shared Key Off-line Bruteforcing Using IKE Aggressive Mode
    THREAT:
    IKE is used during Phase 1 and Phase 2 of establishing an IPSec connection. Phase 1 is where the two ISAKMP peers establish a secure, authenticated channel with which to communicate. Every participant in IKE must possess a key which may be either pre-shared (PSK) or a public key. There are inherent risks to configurations that use pre-shared keys which are exaggerated when Aggressive Mode is used.
    IMPACT:
    Using Aggressive Mode with pre-shared keys is the least secure option. In this particular scenario, it is possible for an attacker to gather all necessary information in order to mount an off-line dictionary (brute force) attack on the pre-shared keys. For more information about this type of attack, visit http://www.ima.umn.edu/~pliam/xauth/.
    SOLUTION:
    IKE Aggressive mode with pre-shared keys should be avoided where possible. Otherwise a strong pre-shared key should be chosen.
    Note that this attack method has been known and discussed within the IETF IPSec Working Group. The risk was considered as acceptable. For more information on this, visit http://www.vpnc.org/ietf-ipsec/99.ipsec/thrd2.html#01451.

    The description of the vulnerability specifies IKE aggressive mode. So my first question would be whether you are using IKE in aggressive mode or in main mode? In my experience most router based site to site VPN use main mode (though aggressive mode is an option) while many Remote Access VPN use aggressive mode. So which mode are you using?
    The second part of my response goes back to what I said in my earlier response. What kind of key are you using? How long is it and how strong is it? When you think about it any time we authenticate using shared keys there is some degree of vulnerability to brute force attack. The longer the key and the stronger the key the more you have mitigated the risk.
    HTH
    Rick

  • I can't print wirelessly using Airport Express.  I have my HP printer connected to a USB hub, and the hub to the Airport Express, but when I select the HP from the printer list, my MacBook says the printer is "off-line" - even when it is not.

    I can't print wirelessly using Airport Express.  I have my HP printer connected to a USB hub, and the hub to the Airport Express, but when I select the HP from the printer list, my MacBook says the printer is "off-line" - even when it is not.  I've tried several USB connectors, and several different ports on my USB hub; same result.  I need to have the HP connected to the hub 'cause from there it's connected to our desktop Mac.

    Hi,
    I am currently replying to this as it shows in the iChat Community.
    I have asked the Hosts to move it to Snow Leopard  (you should not lose contact with it through any email links you get)
    I also don't do Wirelss printing so I can't actaully help either.
    10:01 PM      Friday; July 29, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • HP Officejet Pro 850 showing off line when it is turned on and plugged in.

    Ungh, it has been weeks now and this printer has just stopped working and is showing OFFLINE.  It was plugged into the back of the computer all year and worked fine and it just stopped printing so we plugged it into the USB port at the front of the computer and it worked for a while and now no matter where we plug it in, we can see it there in the devices and printers but it is greyed out.  You can make it default no problem but it just will not print.  We have downloaded the driver off the site over and over, uinstalled it over and over, when you select a document to print you can send the print to the printer, you can see it listed there but it just does not print.  I just went to the HP site and downloaded some kind of printing wizard assisstant or something and it sent a test page to the printer and it worked but this computer for whatever reason it gives me the message every time we try and print "Printer off line" Anyone have any suggestions?  Very frustrating. Thanks! Mike

    Hi Mike-lake,You may find this document helpful.  It covers a number of situations with the printer showing "offline" and walks through fixing this.  http://support.hp.com/us-en/product/HP-Officejet-2620-All-in-One-Printer-series/5357283/model/5385219/document/c04249080Please let me know if this corrects the issue for you!Jean

  • I seem to have multiple problems related or unrelated.  I cannot use Apple Mail for blueyonder and mostly for gmail as both show that the server is off line.  My pop up blocker doesn't work and I am blitzed with pop up windows on nearly every command

    Firstly I am unable to use Apple mail except for hotmail, for blueyonder, gmail or Sky as the server shows as (off line) and I have no idea how to get them on line even though I tell them to go there. 
    My pop up blocker doesn't work and I am blitzed with advertising windows virtually on ever command I make, one seems to be impossible to unsubscribe from. 
    When I am in an email with a web link the web link doesn't work and I get a window saying that I must have a pop up blocker, but if I switch it off it is no different, what does work is switching the "enable Java script off", then when I get to the web site I can't use it until I switch the java script back on.
    I can't do a screen shot either full or partial, when I try it changes the web site that is on screen to another.
    So what have I done that might have caused problems, downloading Yosemite seemed to be the start of the problems.  Since then I have started to install Mackeeper, after checking with a family members who should know, that MacPaw is safe.  I decided that I didn't want to pay the subscription, so went through the uninstall instructions but it comes up as a pop up with considerable regularity.
    My stress levels have gone through the roof with pop ups happening so regularly and not being able to use Apple mail.o can anyone help please?
    S

    Mail troubleshooting - Yosemite
    Troubleshooting sending and receiving email messages
    Troubleshooting sending email messages
    SMTP servers keep going offline

  • How to download and install Flash Player off line?

    I prefer to install SW off line.
    Can I, and if so how do that with Flash Player.
    I use both browsers, IE & Firefox (on Win 2000). Do I
    need to do separate installations?
    The above goes for Shockwave too.
    Thanks,
    David

    Try to download and run the appropriate offline installer from http://helpx.adobe.com/flash-player/kb/installation-problems-flash-player-windows.html#ins tall_in_a_firewall_proxy_server_environment
    [topic moved to Flash Player forum]

  • How do I copy home sharing content to my iPad so it is available off-line

    My iPad is not synchronised with my Mac, I use iCloud. How do I transfer an album from iTunes on my Mac that is shared using home sharing to my iPad so that it is also available when I am off line? (similar to synching when plugging the iPad into iTunes on the Mac and selecting the album for synching)

    It's just not possible. A project can only be worked on in the library that contains it.

  • HP4500 printer went off line. I can print the test page but nothing from the IMAS

    Network down, re-set - now can't get the printer to function. HP4500 wireless.  Was able to print a test page but when I try to print from the computer I get the "printer off-line" message. I don't know how to fix this.

    Try removing the printer from the printer list, then re-add it.
    Are you sure you have the latest drivers?

  • Since most recent update of Firefox, I cannot connect to my printer; it says it is off-line, which it is not. HP Photosmart C5580

    A couple of days ago, I was notified of an update to Firefox. I declined because the details said it was incompatible with some features of my computer. The next time I logged on, the update processed automatically; I had no control. Since then, my HP C5580 printer is treated as off-line; it is not, works fine in test mode, and all connections are tight. I can not figure out what settings are messed up.
    I am not a computer genius, and am not able to be sure that is was the Firefox update that caused the problem. However, this is the only change that has been done to the computer. Is there a way to see if there is an incompatabilty?

    I have also noticed all my settings won't stay set, example....I removed the check mark from "third party cookies", the when I close Firefox and reopen the check mark is back, also my tool bar has screwed up....can't reset, been having trouble the up grade.

Maybe you are looking for

  • POP Accounts no longer working after 3.0 Update?

    Before I upgraded to version 3.0 of the OS, I had two POP3 email addresses set up on it, they are still there but no longer work (download or send) nothing in the settings has changed from pre 3.0 Anyone else experienced this problem? Anyone got a so

  • Exported pdf only did one of two pages

    My source pdf was in two page but the export to Excel only showed one of the pages. How do I get both pages exported?

  • Displaying AVI Files in Forms 6i

    I have various multimedia files sotred in BLOB format and I want to display them on a form in Forms 6i. I have had no problem with Images but I want to be able to display Movie Clips in AVI format. I set the property of the ITEM TYPE to OLE CONTAINER

  • Contact sheet II in Bridge

    I added the Contact sheet II files to their locations, restarted Bridge and this is the message I get.

  • IDoc Trigger Immediately

    Hi gurus. I just want to ask if for example an XI, BizTalk or any EAI applications send an IDoc to an SAP system and in the inbound partner profile it was set to TRIGGER IMMEDIATELY, does the EAI application waits until the process is completed (e.g