Impossible to execute cli/request username password commands

Trying to get my install vMA going so I can manage my new esxi servers. One of the first things I wanted to do was configure iscsi multipathing using the device of the vma. So far, I am unable to do so.

After the vma installed, I've added one of my esxi servers. I was able to add the server without problem, and I put it as target server for execution of cli commands. When I try to run commands if he invites to new name of username/password, then return an error: unable to connect to the local host. I don't know why he keeps asking to specify the name of user and password after I put the host that the target server? I am connected to the vma as vi-admin.

This is the command I am trying to execute to configure multiple paths:

Connect vmk1 for vmhba33: esxcli swiscsi nic add-n d vmhba33 vmk1.

Connect vmk2 to vmhba33: esxcli swiscsi add-n vmk2 d vmhba33 nic.

Any help is greatly appreciated, getting very frustrated until now...

Thank you

Kevin

It seems that with esxcli, you need to specify the server option.  And it can work without prompting for a user / password

[vi-admin@vma ~] [192.168.1.54] $ esxcli - Server 192.168.1.54 swiscsi nic add - n d vmhba33 vmk1

Tags: VMware

Similar Questions

  • Wireless router requesting domain username, password and logon

    I recently bought a router without wire - WBR - T2 - as my old netgear router has stopped working. I can connect via the ethernet fine connection and access the internet. But on my computer Vista laptop when I try to connect to the wireless network, what I asks me to enter a username, password and domain logon. The old netgear router has not asked for these. Any help if her I need information would be appreciated.

    Thank you
    Jon

    I don't know where you get the application for the user name, etc. Your computer is on a domain? In the meantime, here is general information about the implementation of a wireless network. See if anything here helps you.

    To configure the router:

    Have a computer connected to the router with an ethernet cable. Examples given are for a Linksys router. See the manual of your router or the router mftr's Web site. for the parameters by default if you don't have a Linksys. Open a browser such as Internet Explorer or Firefox and in the address bar type:

    http://192.168.1.1 [Enter] (it is default IP address of the router, which varies from router to router then check your manual)

    This will bring you to the login screen of the router. The default username is blank and the Linksys default password is "admin" without the quotes. Enter this information. You are now in the configuration of the router utility. Your configuration utility may be slightly different from mine. The first thing to do is to change the default password because * all * known default passwords for different routers.

    Click the Administration link at the top of the page. Enter your new password. MAKE A NOTE SOMEWHERE THAT YOU WILL NOT LOSE. Re-enter the password to confirm it, and then click Save settings at the bottom of the page. The router will reboot and show you the box of connection again. Do not fill in the user name and put it in your new password to enter the configuration utility.

    Now, click on the link wireless at the top of the page. Change the network name (SSID) wireless by default to something, you'll recognize. I suggest that my clients not use their surname as the SSID. For example, you might want to name your network wireless network "CastleAnthrax" or similar. ;-)

    Click on save settings and when you get the prompt that your changes were successful, click the wireless security link which is just beside the Basic Wireless Settings link (where you changed your SSID). Most computers purchased during the last 4 years have the wireless hardware that will support WPA2-Personal (also known as WPA2-PSK). This is the desired encryption level. If your wireless hardware is older, use WPA. Don't use WEP, because who is easily broken within minutes. So go ahead and set the Security Mode WPA2-Personal. Do this and enter a password. For example, you could use the password ' here be dragons, beware you scurvy dogs! The password is what you enter on all computers that are allowed to connect to the wireless network. MAKE A NOTE SOMEWHERE THAT YOU WILL NOT LOSE.

    At this point, your router is set up and if the computer that you use to configure the router will normally connect wireless, disconnect the ethernet cable and wireless of the computer should see your new network. Enter the password that you have created (exactly as you wrote it with all capital letters and punctuation) to join the network and start surfing.
    MS - MVP - Elephant Boy computers - don't panic!

  • Set up username/password on 3600

    I wonder if someone can help me to install some kind of function with name of user and password. For reasons of responsibility, I would like to be able to configure the different usernames and passwords for all the engineers here. For now, all we do is telnet in and put the password in. I want to be able to track and possibly limit the powers of some users instead of just having all use the same passage and activate pass.

    Thank you!

    What you're trying to do is possible with permission of AAA. To do this on the router, these are the AAA commands required:

    AAA new-model

    AAA authentication login default [group] local

    AAA authorization exec default [group] local

    Before we get into these, plese take care of creating the database of the local user as follows:

    password username level_zero privilege 0 zero

    basic_user privilege 1 password username

    username admin privilege 15 password admin

    With the above configuration, level_zero user can execute commands only to disable, enable, exit, help and logout.

    Basic_user the user can execute all orders of level 1 and level 0.

    The admin user can run all the commands on the router.

    On the router, what are the 3 level of default orders:

    -privilege level 0 includes orders to disable, enable, exit, help and logout

    -privilege level 1 normal level on Telnet; includes all commands on the router user level > guest

    -privilege level 15 includes orders enable-level in the router #.

    command prompt

    Today based on your requirement, you can create a private bewteen 2-14 level and assign no matter what priv level 15 commands (levels 0 and 1 would be inherited by default). Here is an example:

    username password six 6 0 6 privilege

    With that, six user is only able to execute all orders of level 0 & 1. If the user needs to run "config t" on the router, to add the following line to add this command to level 15 level 6.

    privilege exec level 6 configure terminal

    I hope this helps! Please be aware of the 'show running-config' however. For a better understanding of this particular behavior of this command you see the following link:

    http://www.Cisco.com/warp/public/63/showrun.shtml

    Renault

  • Not able to connect using sqlplus username/password@dbname

    Hello

    I am new to Oracle, upon request to help me solve this problem.

    I am trying to connect to the database using the schema name and the password as:

    sqlplus username/password@dbname

    But it gives me the following error:

    ERROR:

    ORA-01017: name of user and password invalid. connection refused

    But I'm able to connect with the same username and password when I just spent like:

    $sqlplus

    Enter the user name: user name

    Enter the password: password

    SQL >


    I checked the tnsnames.ora and sqlnet.ora file and the values inside these files are perfect.

    I have only a single database on this computer.

    Machine OS: linux

    Please help me is to resolve this.

    Thank you

    -Rajiv

    mferrera wrote:

    Stevens thank you for your quick response...

    The ORACLE_SID is worth of database to which I want to connect to... and like I said, I have only a single database on this computer... so no question to connect to other databases...

    Yes, there is a question to connect to a different database.  Oracle is too dumb to lie down, particularly on your reported error message.  You provide is not exactly the same credentials or your connection remotely ("@dbname") points to a different database.  Note that when you use this syntax, 'database_name' is not the name of the database, but rather the name of an entry in tnsnames.ora.  This entry specifies the target host and port, as well as the name of the service (database).

    Use copy and paste from a command line session to show us the full order and full power of 'tnsping database_name. "

    where 'database_name' are any real value you used when you received the error.

  • Signing authority tool: Configure the SMTP username password

    Hello

    I try to configure the signing authority tool.

    I entered in remote Client Administration, CSI file by e-mail to: my email address.

    However, when I run, there is an error:

    So, I have to configure SMTP username & password in some places. But I tried to find, but I can't.

    No idea on how to configure the SMTP username & password?

    Thank you in advance.

    The administration of BlackBerry signature tool does not support SMTP authentication.  If it's something you need I recommend logging a feature request in the incident handler: https://www.blackberry.com/jira/secure/Dashboard.jspa

  • ORA-12154 for sqlplus username/password@TNS but tns ping works and sqlplus username@TNS works.

    Hello-

    I am facing the following question when I try to connect by using the command prompt sqlplus for Oracle 11.2.0.3 DB installed and running on HP - UX.

    The password is not all special characters & I also tried with the double quotes which did not work.

    Following want to work with username/password@TNSNAME because I'm trying to get my application to connect to the database, the schema mentioned because it uses the jdbc connection with the connection as (username/password@TNS:1521) string.

    C:\Users>sqlplus username/Pa55w0rd@DBNAME;
    
    
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 10 07:21:43 2016
    
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    
    
    
    
    Enter user-name:
    C:\Users>tnsping DBNAME
    
    
    TNS Ping Utility for 32-bit Windows: Version 11.2.0.1.0 - Production on 10-FEB-2
    016 07:21:57
    
    
    Copyright (c) 1997, 2010, Oracle.  All rights reserved.
    
    
    Used parameter files:
    C:\app\product\11.2.0\client_2\network\admin\sqlnet.ora
    
    
    
    
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP) (HOST = server.domain) (PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = DBNAME)))
    OK (50 msec)
    
    
    C:\Users>sqlplus username@DBNAME
    
    
    SQL*Plus: Release 11.2.0.1.0 Production on Wed Feb 10 07:22:05 2016
    
    
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    
    
    Enter password:
    
    
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    
    
    SQL> show user
    USER is "username"
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64
    bit Production
    With the Partitioning, Automatic Storage Management, OLAP, Data Mining
    and Real Application Testing options
    
    
    C:\Users>
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

    content content of tnsnames.ora & sqlnet.ora:

    DBNAME =
    (DESCRIPTION =
        (ADDRESS = (PROTOCOL = TCP) (HOST = server.domain)  (PORT = 1521))
        (CONNECT_DATA =
            (SERVER = DEDICATED)
            (SERVICE_NAME = DBNAME)
        )
    )
    

    # sqlnet.ora Network Configuration File: C:\app\product\11.2.0\client_2\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    
    
    # This file is actually generated by netca. But if customers choose to 
    # install "Software Only", this file wont exist and without the native 
    # authentication, they will not be able to connect to the database on NT.
    
    
    #SQLNET.AUTHENTICATION_SERVICES= (NTS)
    
    
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    
    
    
    
    
    
    
    

    Thanks in advance

    Hello

    sqlplus username/Pa55w0rd@DBNAME;

    Try it without the semicolon;

    sqlplus username/Pa55w0rd@DBNAME

    Regards Thomas

  • username/password in sqlplus

    I installed DB 11 GR 2 under Windows2003 SP2. No problem, everything works.
    I went to the command line and type the following:
    sqlplus/nolog
    connect ererer/rererer@orcl as sysdba
    connected
    Select file_id in dba_data_files;
    FILE_ID
    -----------
    4
    3
    2
    1
    quit smoking
    The question that I don't understand, is how he make the username/password combo was not released!
    BTW, I can use any username/password combo and he accepts it.
    Is this normal, or I did something wrong at the time of installation?

    Yes and it is described in the link above. Look at Figure 1-2.

    You must also imagine it like this: the database is running on the server.

    (1) everyone is allowed access to the server

    (2) only some accounts are permitted to handle the server.
    For example, root can kill all oracle processes or may simply shut down the server.
    If you have the password for the root account on linux, or windows administrator then you can damage the database anyway.
    The database security is as good as the security of your server is.

    (3) If you lose the password for the sys account, then there is a way to reset/restore it.

    (4) you can add more security using files of password or more detailed OS authentication methods. However, if I remember correctly then the standard installation gives rights full sysdba user oracle and maybe the user who started the process of payment.

    BTW: this isn't the best place to ask such questions. The database - general forum is better suited.

  • Problem with implementation of Weblogic 10.3 after the change of username password

    I am facing problem with bringing Weblogic 10.3 after the change of username password in the field of safety Madhok, basically, I have deleted the user weblogic default and set m, y custome own user and provide credentials in the server start tab. When I try to bring up the administrator of the server it is, but managed servers fail from the administration console and I see security credentials for authentication error in newspapers? Why who would consider that the server administrator is able to provide the same credentials.

    Priya - malgouyres
    Systems architect
    InterAlliance Group Services
    http://www.interalliancegroup.com

    We had the similar problem in the past, our problem is:
    Problem:
    We have removed weblogic default security domain user and create a new user when Manager nodes and managed servers declined. When we try to put in place managed servers after the starting node Manager we continue get refused authentication errors.

    Solution:
    Recreate the user weblogic now try and implement servers managed from the command line using weblogic user. Once they are up to tap them down and bring them to the top again with the new user you created and it will work

    Reason:
    The 10.3-managed servers seems to store the local credentials he managed ldap or cache servers. When you start managed servers don't know the new information of identification and authentication performed against the old values of credentials stored, where they fail. Once they are started with the information identification old they communicate with the admin servers to sync it hides with admin servers and new identification information is updated and then you can restart the servers managed with the new credentials.
    Note: Sometimes after reboot you can meet the problem as the synchronization with the administration server process is asynchornous, weblogic prints a line saying something like asynchronous operation with the null Server address. If the line is printed sync has arrived and you're good. In case you do not see the line to reboot once again and you will see the line after which you can restart with the new credentials.

  • CCA813 - Erro. Invalid Username / password.

    Hi, I installed CCA813 and when I tried to connect using netadmin and password 1234 in TAW, some errors have occurred: error. Invalid Username / password.

    Could you help me please?

    Journal CallCenterAnywhere.log:

    2009 09 14:05:21, 659 [172.23.2.18] DEBUG review: 21.handleMessage(BusClient_IM.java:142) - * [KEEP_ALIVE 172.23.2.18] *.
    out 09 2009 14:05:22, 299 [http - 8080-$4 13389826] revision DEBUG: 38.doPost(ProxyLoginHandler.java:118) - action received [1002]
    out 09 2009 14:05:22, 299 [http - 8080-$4 13389826] DEBUG review: 14.executeQueryPrepared(DatabaseService.java:324) - ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [SELECT companyid, name, alias, zone, dateformatid, remotecontacts, remoteclienthistory, remotequalitycontrol, externalapp, RunApp, textlabel, htmlfile, enablecustomtab, countryid, enableexternalapp, enablepredictive, enablepreview, donotrecordstatus, applicationtype, runhtmlapp, enabledialout, securitypolicyid, displayname, templateid companies WHERE (alias =?) AND (isdeleted = 0)]
    out 09 2009 14:05:22, 487 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    out 09 2009 14:05:22, 534 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281) - ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [Select templateid of companies where the companyid information = 1]
    out 09 2009 14:05:22, 534 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    out 09 2009 14:05:22, 534 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281) - ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [SELECT Id_option, companytemplateinstances FROM optionvalue where templateid = 101 AND isdeleted = 0]
    out 09 2009 14:05:22, 596 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    out 09 2009 14:05:22, 596 [http - 8080-$4 13389826] INFO review: 38.authenticate(ProxyLoginHandler.java:191) - Login type Alias [1002] [System] [netadmin] username password [*] language Id [1]
    out 09 2009 14:05:22, 596 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281) - ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [select languagelibraryid as ID from the library of companies where companyId = 1]
    out 09 2009 14:05:22, 706 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    out 09 2009 14:05:22, 706 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281) - ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [select name, description from regionalizationlibrary where regionalizationlibraryid = 1 AND isdeleted = 0]
    out 09 2009 14:05:22, 706 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    out 09 2009 14:05:22, 815 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281)-ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [select lk.value as displayname, sequence, ltl.elementid, regionalizationlibraryelements ltl regionalizationlibraryid, localelanguages ll, localekeys lk where ltl.regionalizationlibraryid = 1 AND ll.usage = 1 AND lk.localelanguageid = 1 AND lk.localevariantid = 1 AND ll.localelanguageid = ltl.elementid and (ll.language + '_' + ll.country) = lk.keyid AND ltl.isdeleted = 0]
    out 09 2009 14:05:22, 924 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    out 09 2009 14:05:22, 924 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281)-ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [select lk.value as displayname, ll.localelanguageid as elementid localelanguages ll, localekeys lk where ll.usage = 1 AND lk.localelanguageid = 1 AND lk.localevariantid = 1 AND ('_', ll.language + ll.country) = lk.keyid AND (ll.localelanguageid not in (select ltli.elementid in the regionalizationlibraryelements ltli where ltli.isdeleted = 0 and ltli.regionalizationlibraryid = 1))]
    out 09 2009 14:05:23, 034 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    09 Out 2009 14:05:23,034 [http--8080-4$13389826] DEBUG RegionalizationLibrary.populateBean(RegionalizationLibrary.java:210) - command[]com.taw.clients.am.regionalization.RegionalizationLibraryElement@56d6cfcom.taw.clients.am.regionalization.RegionalizationLibraryElement@130b13ccom.taw.clients.am.regionalization.RegionalizationLibraryElement@1c3e3fbcom.taw.clients.am.regionalization.RegionalizationLibraryElement@1aca5e2com.taw.clients.am.regionalization.RegionalizationLibraryElement@1be9a50com.taw.clients.am.regionalization.RegionalizationLibraryElement@8518d4
    out 09 2009 14:05:23, 143 [http - 8080-$4 13389826] RegionalizationLibrary.getLanguagesFormatter(RegionalizationLibrary.java:494) DEBUG - * new LanguagesFormatter
    out 09 2009 14:05:23, 143 [http - 8080-$4 13389826] revision DEBUG: 38.getDefinedLanguageId(ProxyLoginHandler.java:971) - regionalisation return case 1 in the list [1]
    out 09 2009 14:05:23, 159 [http - 8080-$4 13389826] DEBUG review: 14.executeQuery(DatabaseService.java:281) - ExecuteQuery on [TAW_PRIVATE_DATASOURCE] with [SELECT jrelibraryid, name, description, version, classid, cabdownloadurl, type, defaultjre, sequence, isdeleted FROM jreslibrary WHERE isdeleted = 0 ORDER BY ASC order]
    out 09 2009 14:05:23, 159 [http - 8080-$4 13389826] DEBUG review: 14.getDBConnection(DatabaseService.java:492) - had connection with success
    2009 09 14:05:23, DEBUG 174 [http - 8080-$4 13389826] UserConfiguration [revision: 20].load(UserConfiguration.java:101) - User Configuration load
    out 09 2009 14:05:23, 252 [http - 8080-$4 13389826] ERROR UserConfiguration [revision: 20].load(UserConfiguration.java:232) - error loading database information
    java.lang.NullPointerException
    at com.taw.database.DatabaseService.pingDB(DatabaseService.java:69)
    at com.taw.database.DatabaseService.isConnectionError(DatabaseService.java:101)
    at com.taw.database.DatabaseConnections.executeQueryPrepared(DatabaseConnections.java:214)
    at com.taw.database.DatabaseConnections.executeQueryPrepared(DatabaseConnections.java:182)
    at com.taw.database.DatabaseServices.executeQueryPreparedStatement(DatabaseServices.java:129)
    at com.taw.clients.objects.agent.UserConfiguration.load(UserConfiguration.java:141)
    at com.taw.web.security.UserAuthentication.load(UserAuthentication.java:404)
    at com.taw.web.ProxyLoginHandler.authenticate(ProxyLoginHandler.java:227)
    at com.taw.web.ProxyLoginHandler.doPost(ProxyLoginHandler.java:126)
    at com.taw.web.ProxyLoginHandler.service(ProxyLoginHandler.java:89)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:91)
    at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:103)
    at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:187)
    at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:265)
    at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:273)
    at com.caucho.server.port.TcpConnection.run(TcpConnection.java:682)
    to com.caucho.util.ThreadPool$ Item.runTasks (ThreadPool.java:743)
    to com.caucho.util.ThreadPool$ Item.run (ThreadPool.java:662)
    at java.lang.Thread.run(Thread.java:619)
    2009 09 14:05:23, 362 [http - 8080-$4 13389826] INFO UserAuthentication [revision: 23].load(UserAuthentication.java:405) -.

    loading of the user

    Edited by: user10089112 09/10/2009 13:27

    Edited by: user10089112 09/10/2009 13:29

    It can be two problems:
    1 error then dabase population (Analize setup of the population of the database logs) GOLD direct login to databases and to analyze the USERS cca admin schema table. If the user netadmin record exists?
    2. you set up bad jdbc have resources or enter wrong parameters to the Web.XML file TAW - general.war.

    This is part of the example in the Web.XML for the Oracle database:


    databasePlatform
    Oracle


    databaseDatasource
    cca_ds


    databaseUser
    cc812


    databasePassword
    password



    class databaseSchema
    CCAADMIN


    databaseDatasourceReadOnly

    cca_ds


    databaseUserReadOnly
    ROCC


    databasePasswordReadOnly
    password


    databaseSchemaReadOnly
    CCAADMIN

    Replace "BOLD" with your values and redeploy the application TAW.

    Jon.

  • Bad username / password on Ready Nas Duo v2

    Since I was an adult upward, I'm not supposed to barge on this forum and just shouting that this product is crap. I really can't say that before I managed to actually connect on it, can I?

    Have to admit that really angered me.

    Have implemented what feels like 100 NAS-drives to work, and this is my second home.

    So, I install the drive inside and hang the net. Use the raidar and concludes the NAS drive to try first.

    According to the manual, the username / password should be admin / netgear1.

    According to my loginattempts on Firefox and IE, which is not correct.

    It is a common mistake?

    How do I correct? What I really want to start my career of ReadyNas by resetting the tincan until I was able to connect in it?

    The password on DUO v2 is the password, it is not netgear1.

  • Pirate computer now to request a password

    Compaq model: Presario CQ5300F, Windows 7

    A customer has backed up to the telephone conversation with the strong Indian accent, supposedly from Microsoft, telling him that his computer has problems and released control of his computer for hackers.

    It doesn't have the recovery disks.

    When Windows starts, a window of old-fashion - looks like XP or 98 or 95 - opens requesting a password.

    You use Ubuntu, I was able to back up its files.

    The recovery partition is present, I do not know in what form.

    The customer is willing to let the computer reset to factory settings.

    When I press F11 after turning on the computer, instead of bring the Recovery Manager, she prays for the discs, that I did not.

    Go to the "restoring at last known Configuration" goes back to the same page by pressing F11

    The BIOS seems functional and password is not defined.

    Suggestions for

    1. Access to the Recovery Manager

    2. Using Ubuntu find the routine that asks for the password and disable

    3. Or?

      Note: I will seek in "how to install Windows 7 without the disc" However more faster/easier solutions would be greatly appreciated.

      Thank you for your help,

      Franchises

    Franchisees, welcome to the forum.

    Here is the guide to order the HP recovery media, if it is still available.  Also, here is the system Recovery / backup / restore section for the computer.

    Please, click on "Thumbs Up +" if I helped you and click "Accept as Solution" If your problem is resolved.

  • HP 110 mini book requested for password on the switch on

    Anyone can help with my problem. I am asked to enter a password when that I start my notebook 110 hp.

    Thank you pfindla

    Pfind try.

    e9lofqxkqd

    3rd letter tiny L.

    4th letter lowercase O.

    6th and 9th Q lowercase letter.

    Use this code to go into the BIOS.

    Disable all passwords that are enabled.

    If demand for CURRENT password using this code.

    Request NEW password just press ENTER.

    If asked to hit just to CHECK password to enter.

    Save and exit.

    REO

    I must inform you that these services are not endorsed by HP, and that HP is not responsible for any damages that may occur to your system using these services. Please be aware that you do so at your own risk.

  • Not allowed instant access to my Windows Mail without username & password! Can't remember either! WHY?

    I can't access my Windows mail. Safety sentre suddenly gives me a pop - up window, who want a username & password for connection home.  I do know this... never needed before.  Help!  What should I do now?

    I think I might need expert advice.  Nothing of what I'm trying to help me in this :(((

    If you have forgotten your username and password, call your ISP (internet service provider).
    Your ISP is the one who gave you the user name and password. They have the record. Ask them.

    At the same time ask if there is a technician who can help you with the problem of popup box.

    PS You should post this question in the forum for networking and online:

    http://answers.Microsoft.com/en-us/Windows/Forum/windows_vista-Networking?tab=unanswered

  • zero or change username & password for a connection to another computer on the local network?

    When you open the network, and see you computers and or network for the Working Group action, well, I entered accidentally the wrong username / password for the computer, and I can't seem to change the username-password and or reset it.

    On the local network, I have a linux machine using samba, all permissions are correct, since the box vista * can * connect just fine and have access to everything which, however, on the vista box, I checked still remember the name of user and password, and now I can't change it on another account, I need to take it.

    I have searched for hours and I can't seem to find the answer.

    I tried to disable the account on the linux side and this does not, however, so, he says: "access denied", with no way to enter a new username / password!

    Anyone has an idea on how to solve this problem?

    Finally found the answer.

    In the cmd prompt, (Administrator rights), making control userpasswords2, and then tap the Advanced tab and finally, the button manage passwords.

  • I can access pc window xp 7 but can't access window 7 pc of Windows xp who asked for username & password. I already had the off-ramp of password protected sharing

    1 PC having xp

    PC 2 having win.7
    2 PC can access everything shared on pc 1
    but pc 1 can't access anything whatsoever to pc 2
    It was asking username and password
    password protected sharing is already disable
    If I have a username & password for the pc 2 it would not
    These systems are mutually ping correctly.
    the Working Group is the same
    what I have to do

    Hi Anil,

    I suggest you try all the steps from the following link to make sure that all parameters are set accordingly.

    Networking of computers running different versions of Windows

    http://Windows.Microsoft.com/en-in/Windows7/networking-home-computers-running-different-versions-of-Windows

    Post us the results once you try the steps above.

Maybe you are looking for

  • How to remove a page number for a specific page

    I am editing a book of poetry in pages and my start of document with a title page, followed by a couple of blank pages, followed by the table of contents pages followed by the rest of the book pages.  Now I have whole page numbering upwards in the fo

  • All my computers have been hacked.

    All my computers have been hacked. By whom I know not, or why. I was confused at first because at the beginning I had no internet connection. I started learning network. But my knowledge is little and I'm floundering trying to get the registered on m

  • How can you put a missing dll file when you cannot start

    system32\hal.dll on windows xp home sp3

  • Does not print WPSM54G and Vista for HP Deskjet 5150

    At the risk of opening an old discussion, I couldn't find the answer in the archives here, but most son end in early 2008 so I guess that the problem has been resolved.  I have a Dell Studio 1737 with Vista (32 bit), using a print server WPSM54G with

  • Error 0 x 80280803 - the BitLocker TPM

    Hi all I had the problem by adding the BitLocker protection key so that I have read the hard drive. Now, when I try to encrypt again, I encounter the error below. Error 0 x 80280803 The command I use is cscript manage - bde.wsf - on c: and the messag