- Community Home
- >
- Servers and Operating Systems
- >
- HPE BladeSystem
- >
- BladeSystem - General
- >
- Cannot start converged network utility
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2015 01:49 AM
02-23-2015 01:49 AM
Cannot start converged network utility
Hello there,
whenever I try to start the CNU on Windows Server 2012 R2 an error message "Another instance of this application is already running" is displayed.
I need to configure this ==> http://h20564.www2.hp.com/hpsc/doc/public/display?docId=emr_na-c04266211
Any ideas? Thanks in advance, Marcus
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2015 08:32 AM
02-23-2015 08:32 AM
Re: Cannot start converged network utility
I'm getting the same thing. This is with a 536FLB on a BL460c Gen9, Windows Server 2012 R2, and HP CNU 1.1.12.1.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2015 08:39 AM
02-23-2015 08:39 AM
Re: Cannot start converged network utility
Open a command prompt with "run as administrator", then run hp-cnu.bat from the elevated command prompt.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2017 08:52 AM
06-30-2017 08:52 AM
Re: Cannot start converged network utility
Elle provient de deux erreurs :
> Le raccourci devrait être en exécution « administrateur », ce qui n’est pas le cas
- L’erreur affiché n’est pas la bonne : elle devrait dire que les droits sont insuffisant.
> Le script HP-CNU.BAT n’est pas compatible avec l’exécution en élévation de droit (ACU)
- Le dossier « démarrer dans » configurer dans le raccourci n’est pas récupérer lors d’une élévation de droit.
- Il faut ajouter en ligne 2 du BAT « cd /d "%~dp0".
Correction - partie 1/2 - Corrigez le raccourci
propriété avancées, cochez "Exécuter en tant qu'administrateur"
Correction - partie 2/2 - Corrigez le BATCH
Dans le fichier « hp-cnu.bat », ajoutez un changement de dossier actif en ligne 2 avant l'apres du java :
1 : @ECHO off
2: cd /d "%~dp0"
3: start .\j2re_image\bin\javaw -cp ........
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-10-2018 04:19 AM
04-10-2018 04:19 AM
Re: Cannot start converged network utility
It's work!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2019 03:30 AM
03-08-2019 03:30 AM
Re: Cannot start converged network utility
Doesn't work for me. The CNU utility starts loading and then disappears.